Fix error when redirecting from workout overview to exercise (Person list filter)

This commit is contained in:
Peter Stockings
2023-08-08 20:53:00 +10:00
parent 25718970b6
commit ffbe8ca7c2

View File

@@ -3,7 +3,8 @@
{% if is_edit|default(false, true) == false %}
<span class="cursor-pointer" hx-get="{{ url_for('goto_tag') }}"
hx-vals='{"filter": "?exercise_id={{ exercise_id }}", "person_id" : "{{ person_id }}" }'
hx-target="#container" hx-push-url="true" _='on click trigger closeModalWithoutRefresh'>{{ exercise_name
hx-target="#container" hx-swap="innerHTML" hx-push-url="true"
_='on click trigger closeModalWithoutRefresh'>{{ exercise_name
}}</span>
{% else %}
<div class="w-full">