Commit bc740311 by Carol Tong

Merge pull request #7618 from edx/carol/doc/librariesLearnMore

Fix help token for Studio > Libraries: Learn More button
parents e12c2ec4 a854c727
......@@ -89,7 +89,7 @@ from django.utils.translation import ugettext as _
</div>
% endif
<div class="bit external-help">
<a href="${get_online_help_info('library')['doc_url']}" target="_blank" class="button external-help-button">${_("Learn more about content libraries")}</a>
<a href="${get_online_help_info(online_help_token())['doc_url']}" target="_blank" class="button external-help-button">${_("Learn more about content libraries")}</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