Fix a usage of a Mako thing that doesn't work here

This commit is contained in:
Brian Jacobel
2016-04-11 11:58:58 -04:00
committed by Clinton Blackburn
parent 51de302ca5
commit 0f88fd2018

View File

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