Commit 61dd7807 by Alison Hodges Committed by GitHub

Merge pull request #13570 from edx/ahodges/help_theme

Fixes DOC-3360 to make help context-sensitive
parents 202d0cad 2f5362f8
<%page expression_filter="h"/> <%page expression_filter="h"/>
<%inherit file="main.html" /> <%inherit file="main.html" />
<%def name="online_help_token()"><% return "learnerdashboard" %></%def>
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
<%! <%!
from django.utils.translation import ugettext as _ from django.utils.translation import ugettext as _
......
## mako ## mako
<%page expression_filter="h"/> <%page expression_filter="h" args="online_help_token"/>
<%namespace name='static' file='static_content.html'/> <%namespace name='static' file='static_content.html'/>
<%namespace file='main.html' import="login_query"/> <%namespace file='main.html' import="login_query"/>
<%! <%!
......
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