fix syntax error in help_modal

This commit is contained in:
Adam Palay
2013-08-13 12:53:39 -04:00
parent 6594401d2f
commit 970f5f60d3

View File

@@ -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: '<a href="#" id="feedback_email">', link_end='</a>'},
{link_start: '<a href="#" id="feedback_email">', link_end: '</a>'},
{interpolate: /\{(.+?)\}/g})
% else:
// If no email is configured, we can't do much other than