From 6594401d2f2fee62a8de9818306bc420ea10380e Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Thu, 1 Aug 2013 14:54:50 -0400 Subject: [PATCH] if mktg, redirects faq to mktg. else, to '/help' --- 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 41a751aae4..5aae550fd9 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -106,7 +106,7 @@ discussion_link = get_discussion_link(course) if course else None ).format( open_time=open_time, close_time=close_time, - link_start='', + link_start=''.format(marketing_link('FAQ')), link_end='' )}