From fca1a6a2bfd6e4d4673854bc2045897786bca615 Mon Sep 17 00:00:00 2001 From: Johanna England Date: Tue, 12 Nov 2024 15:15:23 +0100 Subject: [PATCH] fixup! Make css_classes argument optional for FormRow --- python/nav/web/templates/custom_crispy_templates/form_row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/nav/web/templates/custom_crispy_templates/form_row.html b/python/nav/web/templates/custom_crispy_templates/form_row.html index 6f072760ef..5f8af22024 100644 --- a/python/nav/web/templates/custom_crispy_templates/form_row.html +++ b/python/nav/web/templates/custom_crispy_templates/form_row.html @@ -1,7 +1,7 @@ {# NB! This form row can only render fields that are supported by custom_crispy_templates/_form_field.html #}
{% block formrow_content %} {% for field in field.fields %}