very stupid initial photo verification attempt save just so we can stuff into a cart

This commit is contained in:
David Ormsbee
2013-08-22 14:54:29 -04:00
parent 25d9c2f385
commit 5422fc94ca
3 changed files with 15 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ class ChooseModeView(View):
course_id = request.GET.get("course_id")
context = {
"course_id" : course_id,
"modes" : CourseMode.modes_for_course_dict(course_id)
"modes" : CourseMode.modes_for_course_dict(course_id),
"course_name" : course_from_id(course_id).display_name
}
return render_to_response("course_modes/choose.html", context)

View File

@@ -9,7 +9,7 @@
<section class="wrapper">
<header class="page-header">
<h2 class="title">You are registering for [coursename] (ID Verified)</h2>
<h2 class="title">You are registering for ${course_name} (ID Verified)</h2>
</header>
<h3 class="title">Select your track:</h3>