Set dir=rtl when appropriate

cf #752
This commit is contained in:
Yohan Boniface 2020-03-23 11:30:45 +01:00
parent ebc3b90d40
commit 4358a35a5d

View file

@ -1,6 +1,6 @@
{% load compress umap_tags i18n %}
<!DOCTYPE html>
<html>
<html{% if LANGUAGE_BIDI %} dir="rtl"{% endif %}>
<head>
<title>{% block head_title %}{{ SITE_NAME }}{% endblock %}</title>
<meta charset="utf-8">