From 2093397457850e1d7897128aa6956eac02f6f984 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Thu, 3 Oct 2024 14:30:54 +0200 Subject: [PATCH] Remove crispyforms from modules template in ipdevinfo --- python/nav/web/templates/ipdevinfo/modules.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/python/nav/web/templates/ipdevinfo/modules.html b/python/nav/web/templates/ipdevinfo/modules.html index 750bf3d6de..100dfcee07 100644 --- a/python/nav/web/templates/ipdevinfo/modules.html +++ b/python/nav/web/templates/ipdevinfo/modules.html @@ -1,5 +1,3 @@ -{% load crispy_forms_tags %} - {% if port_view.perspective == 'swportactive' %}
Activity based on CAM records since @@ -12,7 +10,7 @@
{% if activity_interval_form.attrs %} {% include 'custom_crispy_templates/_form_content.html' with form=activity_interval_form %} {% else %} - {% crispy activity_interval_form %} + {{ activity_interval_form }} {% endif %}