diff --git a/lms/templates/navigation.html b/lms/templates/navigation.html index e320fc53e9..4852757aea 100644 --- a/lms/templates/navigation.html +++ b/lms/templates/navigation.html @@ -132,7 +132,7 @@ site_status_msg = get_site_status_msg(course_id) % if course: % endif diff --git a/lms/templates/verify_student/show_requirements.html b/lms/templates/verify_student/show_requirements.html index 7b8caf70c2..97b89ba07f 100644 --- a/lms/templates/verify_student/show_requirements.html +++ b/lms/templates/verify_student/show_requirements.html @@ -132,17 +132,8 @@
- <% - browser_links = { - "ff_a_start": ''.format(url="https://www.mozilla.org/en-US/firefox/new/", rel="external"), - "chrome_a_start": ''.format(url="https://www.google.com/intl/en/chrome/browser/", rel="external"), - "safari_a_start": ''.format(url="http://www.apple.com/safari/", rel="external"), - "ie_a_start": ''.format(url="http://windows.microsoft.com/en-us/internet-explorer/download-ie", rel="external"), - "a_end": '' - } - %> ${_("A webcam and a modern browser")} - ${_("{ff_a_start}Firefox{a_end}, {chrome_a_start}Chrome{a_end}, {safari_a_start}Safari{a_end}, {ie_a_start}IE9+{a_end}").format(**browser_links)} - ${_("Please make sure your browser is updated to the most recent version possible")} + Firefox, Chrome, Safari, IE9+ - ${_("Please make sure your browser is updated to the most recent version possible")}