From 92b7dd3335a6572debeacfb5faa82c63a5e67888 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 8 Jun 2018 20:03:25 +0200 Subject: Some minor fixes --- .../admin/templates/forms/group.html.twig | 160 ++++++++++----------- 1 file changed, 80 insertions(+), 80 deletions(-) (limited to 'main/app/sprinkles/admin/templates/forms/group.html.twig') diff --git a/main/app/sprinkles/admin/templates/forms/group.html.twig b/main/app/sprinkles/admin/templates/forms/group.html.twig index fade5ab..18d0bb5 100644 --- a/main/app/sprinkles/admin/templates/forms/group.html.twig +++ b/main/app/sprinkles/admin/templates/forms/group.html.twig @@ -1,80 +1,80 @@ -
- {% include "forms/csrf.html.twig" %} -
-
-
- {% block group_form %} - {% if 'name' not in form.fields.hidden %} -
-
- -
- - -
-
-
- {% endif %} - {% if 'slug' not in form.fields.hidden %} -
-
- -
- - - {% if 'slug' not in form.fields.disabled %} - - - - {% endif %} -
-
-
- {% endif %} - {% if 'icon' not in fields.hidden %} -
-
- -
- - -
-
-
- {% endif %} - {% if 'description' not in fields.hidden %} -
-
- - -
-
- {% endif %} - {% endblock %} -
-
-
-
- -
-
- -
-
-
- - +
+ {% include "forms/csrf.html.twig" %} +
+
+
+ {% block group_form %} + {% if 'name' not in form.fields.hidden %} +
+
+ +
+ + +
+
+
+ {% endif %} + {% if 'slug' not in form.fields.hidden %} +
+
+ +
+ + + {% if 'slug' not in form.fields.disabled %} + + + + {% endif %} +
+
+
+ {% endif %} + {% if 'icon' not in fields.hidden %} +
+
+ +
+ + +
+
+
+ {% endif %} + {% if 'description' not in fields.hidden %} +
+
+ + +
+
+ {% endif %} + {% endblock %} +
+
+
+
+ +
+
+ +
+
+
+ + -- cgit v1.2.3