From 4a6de3caee71abcf6165a2ef6b38d9c6ef7505b4 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Mon, 1 Jul 2013 17:57:50 -0400 Subject: [PATCH] migrate add course form to foundation --- karmaworld/templates/partial/add_course.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 @@
-
+
-- 2.25.1