From adc7c13f45a1958e5ed7e2904ee11e37992a8a75 Mon Sep 17 00:00:00 2001 From: Kevin Luo Date: Mon, 14 Jul 2014 17:04:42 -0700 Subject: [PATCH] Fix pending name changes template - Strings marked for translation need to be wrapped in quotes to be string type. - Update old post function call - Remove extra close brackets in function definitions - Wrap href attribute in quotes - Move square bracket outside of translated text --- lms/templates/name_changes.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lms/templates/name_changes.html b/lms/templates/name_changes.html index 58ea7db9be..72d55d3ef0 100644 --- a/lms/templates/name_changes.html +++ b/lms/templates/name_changes.html @@ -3,24 +3,24 @@ <%inherit file="main.html" /> @@ -32,12 +32,12 @@ function name_deny(id) { % for s in students: - + + [${_("Reject")}] % endfor
${s['old_name']}${s['old_name']} ${s['new_name']|h} ${s['email']|h} ${s['rationale']|h} [${_("Confirm")}] - ${_("[Reject]")}