Refactoring tagging

This commit is contained in:
2020-09-12 11:24:16 +02:00
parent 317437fedc
commit 7f73035b02
5 changed files with 11 additions and 15 deletions

View File

@@ -37,7 +37,7 @@
<section class="LP-Section">
{% url 'place_tag_submit' place_id=place.id as tag_submit_url%}
{% include 'partials/tagging.html' with tag_list=place.tags.all config=tagging_config all_tags=all_tags %}
{% include 'partials/tagging.html' with config=tagging_config %}
</section>