From 764cd862bda57a863c01d9f28bf8f501a508f2ba Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 16 Sep 2015 11:22:36 -0400 Subject: [PATCH] Mako comments have to be double-hash, or they are included on the page. --- cms/templates/course_info.html | 2 +- lms/templates/sysadmin_dashboard_gitlogs.html | 4 ++-- lms/templates/verify_student/pay_and_verify.html | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cms/templates/course_info.html b/cms/templates/course_info.html index bbb5e12d72..a770fd9049 100644 --- a/cms/templates/course_info.html +++ b/cms/templates/course_info.html @@ -7,7 +7,7 @@ from django.utils.translation import ugettext as _ from django.template.defaultfilters import escapejs %> - +## TODO decode course # from context_course into title. <%block name="title">${_("Course Updates")} <%block name="bodyclass">is-signedin course course-info updates view-updates diff --git a/lms/templates/sysadmin_dashboard_gitlogs.html b/lms/templates/sysadmin_dashboard_gitlogs.html index a105894da0..df1f571553 100644 --- a/lms/templates/sysadmin_dashboard_gitlogs.html +++ b/lms/templates/sysadmin_dashboard_gitlogs.html @@ -189,11 +189,11 @@ textarea { %else:
%if not course_id: - # If viewing all logs there are no logs available, let the user know + ## If viewing all logs there are no logs available, let the user know. ## Translators: git is a version-control system; see http://git-scm.com/about ${_('No git import logs have been recorded.')} %else: - # If viewing a single course and there are no logs available, let the user know + ## If viewing a single course and there are no logs available, let the user know. ## Translators: git is a version-control system; see http://git-scm.com/about ${_('No git import logs have been recorded for this course.')} %endif diff --git a/lms/templates/verify_student/pay_and_verify.html b/lms/templates/verify_student/pay_and_verify.html index 2e1dc3c2e7..e4e850eb94 100644 --- a/lms/templates/verify_student/pay_and_verify.html +++ b/lms/templates/verify_student/pay_and_verify.html @@ -76,9 +76,9 @@ from verify_student.views import PayAndVerifyView data-verification-good-until='${verification_good_until}' data-capture-sound='${capture_sound}' - # If we reached the verification flow from an in-course checkpoint, - # then pass the checkpoint location in so that we can associate - # the attempt with the checkpoint on submission. + ## If we reached the verification flow from an in-course checkpoint, + ## then pass the checkpoint location in so that we can associate + ## the attempt with the checkpoint on submission. % if checkpoint_location is not None: data-checkpoint-location='${checkpoint_location}' % endif