Fix a usage of a Mako thing that doesn't work here
This commit is contained in:
committed by
Clinton Blackburn
parent
51de302ca5
commit
0f88fd2018
@@ -27,7 +27,7 @@
|
||||
</head>
|
||||
|
||||
<body class="{% block bodyclass %}{% endblock %} lang_{{LANGUAGE_CODE}}">
|
||||
<div class="window-wrap" dir="${static.dir_rtl()}">
|
||||
<div class="window-wrap" dir="{{LANGUAGE_BIDI|yesno:'rtl,ltr'}}">
|
||||
<a class="nav-skip" href="#main">{% trans "Skip to main content" %}</a>
|
||||
{% with course=request.course %}
|
||||
{% include "header.html"|microsite_template_path %}
|
||||
|
||||
Reference in New Issue
Block a user