diff --git a/generic/templates/generic/exam_groups_edit.html b/generic/templates/generic/exam_groups_edit.html index 8059b213..45392bff 100644 --- a/generic/templates/generic/exam_groups_edit.html +++ b/generic/templates/generic/exam_groups_edit.html @@ -1,4 +1,5 @@ {% extends exam.get_app_name|add:'/exams.html' %} +{% load crispy_forms_tags %} {% block content %}

Exam: {{exam}}

@@ -12,10 +13,8 @@
{% csrf_token %} - - {{ form }} -
- + {{ form|crispy }} +
{% endblock content %}