From c1c2d864540d1eb7c862dbfb6c889eed8201a878 Mon Sep 17 00:00:00 2001 From: bluikko <14869000+bluikko@users.noreply.github.com> Date: Thu, 30 Dec 2021 11:45:22 +0700 Subject: [PATCH] Update tables.py after moved tag helper --- netbox/utilities/tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/utilities/tables.py b/netbox/utilities/tables.py index 183d64023..a08b7c119 100644 --- a/netbox/utilities/tables.py +++ b/netbox/utilities/tables.py @@ -382,7 +382,7 @@ class TagColumn(tables.TemplateColumn): """ template_code = """ {% for tag in value.all %} - {% include 'utilities/templatetags/tag.html' %} + {% include 'helpers/tag.html' %} {% empty %} {% endfor %}