diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html
index 5aae550fd9..84cb690a03 100644
--- a/lms/templates/help_modal.html
+++ b/lms/templates/help_modal.html
@@ -193,7 +193,7 @@ discussion_link = get_discussion_link(course) if course else None
% if settings.FEEDBACK_SUBMISSION_EMAIL:
htmlStr += " " + _.template(
gettext("Please {link_start}send us e-mail{link_end}."),
- {link_start: '', link_end=''},
+ {link_start: '', link_end: ''},
{interpolate: /\{(.+?)\}/g})
% else:
// If no email is configured, we can't do much other than