diff --git a/templates/partials/exercise.html b/templates/partials/exercise.html
index e070554..fb0d0d2 100644
--- a/templates/partials/exercise.html
+++ b/templates/partials/exercise.html
@@ -14,7 +14,7 @@
class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600"
hx-get="{{ url_for('get_exercise_edit_form', exercise_id=exercise_id) }}">
@@ -25,7 +25,7 @@
hx-delete="{{ url_for('delete_exercise', exercise_id=exercise_id) }}"
hx-confirm="Are you sure you wish to delete {{ name }} from exercises?">
@@ -38,7 +38,7 @@
hx-put="{{ url_for('update_exercise', exercise_id=exercise_id) }}" hx-include="closest tr">
Save
@@ -48,7 +48,7 @@
class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600"
hx-get="{{ url_for('get_exercise', exercise_id=exercise_id) }}">
Cancel
diff --git a/templates/partials/person.html b/templates/partials/person.html
index 230a289..030f12b 100644
--- a/templates/partials/person.html
+++ b/templates/partials/person.html
@@ -14,7 +14,7 @@
class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600"
hx-get="{{ url_for('get_person_edit_form', person_id=person_id) }}">
@@ -25,7 +25,7 @@
hx-delete="{{ url_for('delete_person', person_id=person_id) }}"
hx-confirm="Are you sure you wish to delete {{ name }} from users?">
@@ -38,7 +38,7 @@
hx-put="{{ url_for('update_person_name', person_id=person_id) }}" hx-include="closest tr">
Cancel
@@ -48,7 +48,7 @@
class="inline-flex justify-center p-2 text-blue-600 rounded-full cursor-pointer hover:bg-blue-100 dark:text-blue-500 dark:hover:bg-gray-600"
hx-get="{{ url_for('get_person_name', person_id=person_id) }}">
Cancel