Create blueprint for exercises
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<!-- Exercise Name -->
|
||||
<span>{{ exercise.name }}</span>
|
||||
<!-- Edit Icon -->
|
||||
<a hx-get="{{ url_for('edit_exercise_name', exercise_id=exercise.exercise_id, person_id=person_id) }}"
|
||||
<a hx-get="{{ url_for('exercises.edit_exercise_name', exercise_id=exercise.exercise_id, person_id=person_id) }}"
|
||||
hx-target="closest li" hx-swap="outerHTML" class="text-gray-500 hover:text-gray-700"
|
||||
_="on click from me call event.stopPropagation()">
|
||||
<!-- Edit icon SVG -->
|
||||
|
||||
Reference in New Issue
Block a user