From 587335e3ba470905a1b890341a67fb4d5aa9c518 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Wed, 26 May 2021 09:07:45 -0700 Subject: [PATCH] #6372: Fix legacy BS5 classes --- netbox/extras/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/extras/tables.py b/netbox/extras/tables.py index dd7b45c6f..633261448 100644 --- a/netbox/extras/tables.py +++ b/netbox/extras/tables.py @@ -8,10 +8,10 @@ from .models import ConfigContext, JournalEntry, ObjectChange, Tag, TaggedItem CONFIGCONTEXT_ACTIONS = """ {% if perms.extras.change_configcontext %} - + {% endif %} {% if perms.extras.delete_configcontext %} - + {% endif %} """