mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-15 20:18:17 -06:00
Update tables.py after moved tag helper
This commit is contained in:
parent
c3f2fee633
commit
c1c2d86454
@ -382,7 +382,7 @@ class TagColumn(tables.TemplateColumn):
|
||||
"""
|
||||
template_code = """
|
||||
{% for tag in value.all %}
|
||||
{% include 'utilities/templatetags/tag.html' %}
|
||||
{% include 'helpers/tag.html' %}
|
||||
{% empty %}
|
||||
<span class="text-muted">—</span>
|
||||
{% endfor %}
|
||||
|
Loading…
Reference in New Issue
Block a user