From 970f5f60d3589070862debd06235f1182b40f0a3 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Tue, 13 Aug 2013 12:53:39 -0400 Subject: [PATCH] fix syntax error in help_modal --- lms/templates/help_modal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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