From 2530088bed7301cf3ebcf5fcfc5216386ae7897e Mon Sep 17 00:00:00 2001 From: ailsoncgt Date: Sat, 17 Sep 2016 20:20:28 -0300 Subject: [PATCH] Fix conflit --- courses/templates/course/create.html | 30 ------------------------------ 1 file changed, 0 insertions(+), 30 deletions(-) diff --git a/courses/templates/course/create.html b/courses/templates/course/create.html index 05ed941..4bd19d4 100644 --- a/courses/templates/course/create.html +++ b/courses/templates/course/create.html @@ -11,35 +11,6 @@ {% endblock %} {% block content %} - -<<<<<<< HEAD -
- {% csrf_token %} - {% for field in form %} -
- - {% render_field field class='form-control input-sm' %} - {{ field.help_text }} - {% if field.errors.length > 0 %} - -
- {% endif %} - - {% endfor %} - - -
-
-=======
@@ -90,5 +61,4 @@


->>>>>>> 841817e1db11c57551cb8e21bf361e5bf6c9d982 {% endblock %} -- libgit2 0.21.2