From 57ec3dfddca29cd52a38f724175bd5922f8f548d Mon Sep 17 00:00:00 2001 From: Matheus Lins Date: Wed, 12 Oct 2016 20:52:02 -0300 Subject: [PATCH] udpated template creat category course to defalut template --- courses/templates/category/create.html | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/courses/templates/category/create.html b/courses/templates/category/create.html index 45b1403..69d9d54 100644 --- a/courses/templates/category/create.html +++ b/courses/templates/category/create.html @@ -42,29 +42,29 @@ {% endblock %} {% block content %} - -
- {% csrf_token %} - {% for field in form %} -
- - {% render_field field class='form-control input-sm' %} -
- {{ field.help_text }} - {% if field.errors.length > 0 %} - +
+
+ {% csrf_token %} + {% for field in form %} +
+ + {% render_field field class='form-control input-sm' %} +
+ {% if field.errors.length > 0 %} + +
+ {% endif %} + {% endfor %} +
+ +
+
- {% endif %} - {% endfor %} - - + {% endblock %} -- libgit2 0.21.2