Commit 6594401d by Adam Palay

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

parent 5d8e07eb
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment