merging old commit with current master
[oweals/karmaworld.git] / karmaworld / templates / partial / add_course.html
index 2d43e5e65b11bfcfb4adeaf901fc21db0fde68ef..7b52b5812a384a5fae60fce1994cdaab1552965f 100644 (file)
   <form method="POST" action="{% url 'home' %}">
   {% csrf_token %}
 
+    {% for error in course_form.non_field_errors %}
     <div class="row">
       <div class="small-12 columns">
-        {{ course_form.non_field_errors }}
+        {{ error }}
       </div>
     </div>
+    {% endfor %}
 
     {{ course_form }}