mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Added template tag for tag links
This commit is contained in:
@@ -70,7 +70,13 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Tags</td>
|
||||
<td>{{ tenant.tags.all|join:" " }}</td>
|
||||
<td>
|
||||
{% for tag in tenant.tags.all %}
|
||||
{% tag 'tenancy:tenant_list' tag %}
|
||||
{% empty %}
|
||||
<span class="text-muted">N/A</span>
|
||||
{% endfor %}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user