1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix display of tags

This commit is contained in:
Jeremy Stretch
2020-06-24 16:27:44 -04:00
parent 2303034c92
commit ba138de53b
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
<strong>Tags</strong>
</div>
<div class="panel-body">
{% for tag in tags.unrestricted %}
{% for tag in tags.all %}
{% tag tag url %}
{% empty %}
<span class="text-muted">No tags assigned</span>