if mktg, redirects faq to mktg. else, to '/help'

This commit is contained in:
Adam Palay
2013-08-01 14:54:50 -04:00
parent 5d8e07eb63
commit 6594401d2f

View File

@@ -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='<a href="/help" target="_blank">',
link_start='<a href="{}" target="_blank">'.format(marketing_link('FAQ')),
link_end='</a>'
)}
</p>