Commit a854c727 by Carol Tong

Fix help token for Learn More button

parent e12c2ec4
...@@ -89,7 +89,7 @@ from django.utils.translation import ugettext as _ ...@@ -89,7 +89,7 @@ from django.utils.translation import ugettext as _
</div> </div>
% endif % endif
<div class="bit external-help"> <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> </div>
</aside> </aside>
</section> </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