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

Merge branch 'develop-2.9' into 2006-scripts-reports-background

This commit is contained in:
John Anderson
2020-07-06 02:06:53 -04:00
31 changed files with 1135 additions and 1101 deletions

View File

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