Update tables.py after moved tag helper

This commit is contained in:
bluikko 2021-12-30 11:45:22 +07:00 committed by GitHub
parent c3f2fee633
commit c1c2d86454
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -382,7 +382,7 @@ class TagColumn(tables.TemplateColumn):
""" """
template_code = """ template_code = """
{% for tag in value.all %} {% for tag in value.all %}
{% include 'utilities/templatetags/tag.html' %} {% include 'helpers/tag.html' %}
{% empty %} {% empty %}
<span class="text-muted">&mdash;</span> <span class="text-muted">&mdash;</span>
{% endfor %} {% endfor %}