From: Seth Woodworth Date: Mon, 25 Mar 2013 17:08:33 +0000 (-0400) Subject: add course url to partial form and start moving thankyou text X-Git-Tag: release-20150131~471 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=613057e4fb164f2bc2e3de076a476edcfe961720;p=oweals%2Fkarmaworld.git add course url to partial form and start moving thankyou text --- diff --git a/karmaworld/templates/courses/course_detail.html b/karmaworld/templates/courses/course_detail.html index f0e18eb..4ac79d7 100644 --- a/karmaworld/templates/courses/course_detail.html +++ b/karmaworld/templates/courses/course_detail.html @@ -59,6 +59,28 @@ {% include 'partial/add_note.html' %} + {% if request.GET.thankyou == '' %} +
+
+
+

+ Thank you for uploading + {{ request.GET.name }} + Share another or take a + quick survey to help us make KarmaNotes even better. +

+ + +
+
+
+ {% endif %} +
@@ -75,27 +97,6 @@
- {% if request.GET.thankyou == '' %} -
-
-
-

- Thank you for uploading - {{ request.GET.name }} - Share another or take a - quick survey to help us make KarmaNotes even better. -

- - -
-
-
- {% endif %}
diff --git a/karmaworld/templates/partial/add_course.html b/karmaworld/templates/partial/add_course.html index edfcb97..7a6f5c3 100644 --- a/karmaworld/templates/partial/add_course.html +++ b/karmaworld/templates/partial/add_course.html @@ -23,7 +23,7 @@
- Title of Course: + Course Name:
@@ -44,6 +44,13 @@
+
+
+ Course url: + +
+
+