mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-23 09:18:49 +02:00
Added template tag for tag links
This commit is contained in:
@@ -135,7 +135,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tags</td>
|
||||
<td>{{ site.tags.all|join:" " }}</td>
|
||||
<td>
|
||||
{% for tag in site.tags.all %}
|
||||
{% tag 'dcim:site_list' tag %}
|
||||
{% empty %}
|
||||
<span class="text-muted">N/A</span>
|
||||
{% endfor %}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user