From cb3429570c67ca6b3c5ca6c5898486975d353844 Mon Sep 17 00:00:00 2001 From: Adam Palay Date: Mon, 19 Aug 2013 16:27:24 -0400 Subject: [PATCH] set first FAQ link to mktg webiste too --- lms/templates/help_modal.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index 84cb690a03..a0a0eca9c3 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -31,7 +31,13 @@ discussion_link = get_discussion_link(course) if course else None

% endif -

${_('Have general questions about {platform_name}? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format(link_start='', link_end='', platform_name=settings.PLATFORM_NAME)}

+

${_('Have general questions about {platform_name}? You can find lots of helpful information in the {platform_name} {link_start}FAQ{link_end}.').format( + link_start=''.format( + url=marketing_link('FAQ') + ), + link_end='', + platform_name=settings.PLATFORM_NAME)} +

${_('Have a question about something specific? You can contact the {platform_name} general support team directly:').format(platform_name=settings.PLATFORM_NAME)}