Fix help token for Learn More button

This commit is contained in:
Carol Tong
2015-04-07 10:14:16 -04:00
parent e12c2ec4eb
commit a854c727a7

View File

@@ -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>