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