From: Seth Woodworth Date: Mon, 1 Jul 2013 21:57:50 +0000 (-0400) Subject: migrate add course form to foundation X-Git-Tag: release-20150131~402^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4a6de3caee71abcf6165a2ef6b38d9c6ef7505b4;p=oweals%2Fkarmaworld.git migrate add course form to foundation --- diff --git a/karmaworld/templates/partial/add_course.html b/karmaworld/templates/partial/add_course.html index 7b65a58..e0ef993 100644 --- a/karmaworld/templates/partial/add_course.html +++ b/karmaworld/templates/partial/add_course.html @@ -10,14 +10,14 @@ {% csrf_token %}
-
+
{{ course_form.non_field.errors }}
-
+
School {% if course_form.school.errors %} @@ -34,7 +34,7 @@
-
+
Course Name: {% if course_form.name.errors %} @@ -47,7 +47,7 @@
-
+
Instructor Name: {% if course_form.instructor_name.errors %} @@ -59,7 +59,7 @@
-
+
Instructor Email: {% if course_form.instructor_email.errors %} @@ -73,7 +73,7 @@
-
+
Course url: {% if course_form.url.errors %} @@ -86,7 +86,7 @@
-
+