mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-17 17:22:17 -06:00
Flip the order of tag and URL name for the tag template tag
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
<td>Tags</td>
|
||||
<td>
|
||||
{% for tag in ipaddress.tags.all %}
|
||||
{% tag 'ipam:ipaddress_list' tag %}
|
||||
{% tag tag 'ipam:ipaddress_list' %}
|
||||
{% empty %}
|
||||
<span class="text-muted">N/A</span>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user