Fix error thrown when attempting to update exercise name

This commit is contained in:
Peter Stockings
2024-11-04 23:14:56 +11:00
parent 1f0742bbc0
commit 5938c9468b
5 changed files with 15 additions and 12 deletions

View File

@@ -8,7 +8,7 @@
<div class="py-2 px-4 text-gray-500 flex items-center justify-between border border-gray-200">
<span>No results found</span>
<!-- Add Exercise Button -->
<button hx-post="{{ url_for('add_exercise') }}" hx-target="closest div" hx-swap="outerHTML"
<button hx-post="{{ url_for('add_exercise', person_id=person_id) }}" hx-target="closest div" hx-swap="outerHTML"
hx-include="[name='query']" class="text-blue-500 hover:text-blue-700 font-semibold"
_="on click from me call event.stopPropagation()">
Add Exercise