Partial refactor of tags functionality
Still need to move tags db logic to BP and move workout tag logic to BP as well
This commit is contained in:
@@ -92,7 +92,9 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ render_partial('partials/tags.html',person_id=person_id, tags=tags) }}
|
||||
<div id="tags-container">
|
||||
{{ render_partial('partials/tags.html', person_id=person_id, tags=tags) }}
|
||||
</div>
|
||||
|
||||
<div class="hidden" hx-get="{{ url_for('get_people_graphs') }}"
|
||||
hx-include="[name='exercise_id'],[name='min_date'],[name='max_date']"
|
||||
|
||||
Reference in New Issue
Block a user