Merge pull request #7618 from edx/carol/doc/librariesLearnMore
Fix help token for Studio > Libraries: Learn More button
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user