Commit 972b392d by Brian Talbot Committed by Ben McMorran

Studio: adding in doc URL logic for course re-run help link

parent b43c7571
<%inherit file="base.html" />
<%def name="online_help_token()"><% return "course_rerun" %></%def>
<%! from django.utils.translation import ugettext as _ %>
<%! from django.core.urlresolvers import reverse %>
......@@ -146,8 +146,8 @@ require(["domReady!", "jquery", "jquery.form", "js/views/course_rerun"], functio
</div>
<div class="bit external-help">
<a href="" class="button external-help-button">${_("Learn more about Course Re-runs")}</a>
<div class="bit">
<a href="${get_online_help_info(online_help_token())['doc_url']}" target="_blank" class="button external-help-button">${_("Learn more about Course Re-runs")}</a>
</div>
</aside>
</section>
......
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