From 1aef6d28c5584454a114d9289a792cbe01d2a657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 16 Nov 2018 16:18:11 +0100 Subject: [PATCH] templates: change example unicode character (#28086) --- templates/theme.html | 2 +- templates/variants/montpellier/theme.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/theme.html b/templates/theme.html index 04b3d4dc..2cbac270 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -2,7 +2,7 @@ {% load i18n static %} - + {% firstof global_title "Compte Citoyen" %} {% block title %}{% endblock %} diff --git a/templates/variants/montpellier/theme.html b/templates/variants/montpellier/theme.html index 70d5ae70..a107ad2a 100644 --- a/templates/variants/montpellier/theme.html +++ b/templates/variants/montpellier/theme.html @@ -2,7 +2,7 @@ {% load i18n staticfiles %} - + -- 2.19.1