diff --git a/generic/templates/generic/examcollection_form.html b/generic/templates/generic/examcollection_form.html index 4aa845bc..7946cf48 100755 --- a/generic/templates/generic/examcollection_form.html +++ b/generic/templates/generic/examcollection_form.html @@ -16,9 +16,7 @@ {% endblock %} {% block content %} -
-
-

Edit Exam Collection {{ object.name }}

+

Edit Exam Collection {{ object.name }}

{% csrf_token %} @@ -84,30 +82,26 @@
-
-
-
Authors
-
- {{ form.author }} - {% if form.author.errors %} -
{{ form.author.errors }}
- {% endif %} -
+
+
Authors
+
+ {{ form.author }} + {% if form.author.errors %} +
{{ form.author.errors }}
+ {% endif %}
{% for label, field_name, bound in exam_groups %}
-
-
-
{{ label }}
-
- {{ bound }} - {% if bound.errors %} -
{{ bound.errors }}
- {% endif %} -
+
+
{{ label }}
+
+ {{ bound }} + {% if bound.errors %} +
{{ bound.errors }}
+ {% endif %}
@@ -137,8 +131,6 @@
-
-