diff --git a/common/djangoapps/course_modes/views.py b/common/djangoapps/course_modes/views.py index 02934f3650..e247ac08a2 100644 --- a/common/djangoapps/course_modes/views.py +++ b/common/djangoapps/course_modes/views.py @@ -52,7 +52,7 @@ class ChooseModeView(View): "error": error, } if "verified" in modes: - context["suggested_prices"] = modes["verified"].suggested_prices.split(",") + context["suggested_prices"] = [decimal.Decimal(x) for x in modes["verified"].suggested_prices.split(",")] context["currency"] = modes["verified"].currency.upper() context["min_price"] = modes["verified"].min_price diff --git a/lms/templates/verify_student/photo_id_upload.html b/lms/templates/verify_student/photo_id_upload.html deleted file mode 100644 index 1c8ec47dd7..0000000000 --- a/lms/templates/verify_student/photo_id_upload.html +++ /dev/null @@ -1,145 +0,0 @@ -<%! from django.utils.translation import ugettext as _ %> -<%! from django.core.urlresolvers import reverse %> -<%inherit file="../main.html" /> - -<%block name="bodyclass">register verification select-track%block> - -<%block name="js_extra"> - -%block> - -<%block name="content"> -
Sign up to audit this course for free and track your own progress.
-- Select Audit -
-or
Sign up as a verified student and work toward a Certificate of Achievement.
- - -- To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID. View requirements -
-Have questions? Check out our FAQs.
-Not the course you wanted? Return to our course listings.
- - - -