diff --git a/lms/templates/login.html b/lms/templates/login.html index ad27358530..af2d2bb6a3 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -179,7 +179,7 @@ from third_party_auth import provider, pipeline
  1. - + ${_("This is the e-mail address you used to register with {platform}").format(platform=platform_name)}
  2. diff --git a/lms/templates/staff_problem_info.html b/lms/templates/staff_problem_info.html index bd3b82c849..6a72a4d7ac 100644 --- a/lms/templates/staff_problem_info.html +++ b/lms/templates/staff_problem_info.html @@ -23,11 +23,11 @@ ${block_content} % endif % if not disable_staff_debug_info:
    - ${_("Staff Debug Info")} + ${_("Staff Debug Info")} % if settings.FEATURES.get('ENABLE_STUDENT_HISTORY_VIEW') and \ location.block_type == 'problem': - ${_("Submission history")} + ${_("Submission history")} % endif
    % endif @@ -139,8 +139,6 @@ ${block_content} -
    -