From 4358a35a5dc13906bf81431a778584969461ac31 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 23 Mar 2020 11:30:45 +0100 Subject: [PATCH] Set dir=rtl when appropriate cf #752 --- umap/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/templates/base.html b/umap/templates/base.html index c5fda761..1ea6fd24 100644 --- a/umap/templates/base.html +++ b/umap/templates/base.html @@ -1,6 +1,6 @@ {% load compress umap_tags i18n %} - + {% block head_title %}{{ SITE_NAME }}{% endblock %}