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

Fixes #5540: Fix exception when viewing a provider with one or more tags assigned

This commit is contained in:
Jeremy Stretch
2020-12-28 10:48:50 -05:00
parent 1fe5857411
commit 6f39e6599d
2 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,7 @@
</table>
</div>
{% include 'inc/custom_fields_panel.html' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='circuits:object_list' %}
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='circuits:provider_list' %}
<div class="panel panel-default">
<div class="panel-heading">
<strong>Comments</strong>