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

@@ -91,9 +91,8 @@
</div>
</div>
</div>
{% with person_id=None, tags=tags %}
{% include 'partials/tags.html' %}
{% endwith %}
{{ render_partial('partials/tags.html',person_id=None, tags=tags) }}
</div>