Refactor tag crud operations
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user