From 613057e4fb164f2bc2e3de076a476edcfe961720 Mon Sep 17 00:00:00 2001 From: Seth Woodworth Date: Mon, 25 Mar 2013 13:08:33 -0400 Subject: [PATCH] add course url to partial form and start moving thankyou text --- .../templates/courses/course_detail.html | 43 ++++++++++--------- karmaworld/templates/partial/add_course.html | 9 +++- 2 files changed, 30 insertions(+), 22 deletions(-) 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: + +
+
+