From 58d1a0afa10096dbe924657fe3fad0e9fd7e07ec Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 8 Jan 2015 00:43:01 -0400 Subject: [PATCH] Allow passing different css classes to the form template --- mayan/apps/main/templates/main/generic_form_subtemplate.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mayan/apps/main/templates/main/generic_form_subtemplate.html b/mayan/apps/main/templates/main/generic_form_subtemplate.html index 527c40668c..35a9139b08 100644 --- a/mayan/apps/main/templates/main/generic_form_subtemplate.html +++ b/mayan/apps/main/templates/main/generic_form_subtemplate.html @@ -20,9 +20,9 @@
{% endif %} {% if form.is_multipart %} -
+ {% else %} - + {% endif %} {{ wizard.management_form }}