Refactor tag crud operations

This commit is contained in:
Peter Stockings
2023-12-09 17:19:49 +11:00
parent 4da03ad2ad
commit fd6ca240ee
4 changed files with 20 additions and 23 deletions

View File

@@ -98,9 +98,7 @@
</div>
</div>
{% with person_id=person['PersonId'], tags=tags %}
{% include 'partials/tags.html' %}
{% endwith %}
{{ render_partial('partials/tags.html',person_id=person['PersonId'], tags=tags) }}
<div class="flex flex-col mt-3 w-screen sm:w-full overflow-auto">
<div class="overflow-x-auto rounded-lg">