From b76a93d956c997ca1e8192ea3a5a42af96febc32 Mon Sep 17 00:00:00 2001 From: Klafyvel Date: Thu, 1 Mar 2018 07:59:35 +0100 Subject: [PATCH] =?UTF-8?q?Il=20=C3=A9tait=20une=20fois=20DANS=20l'est?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 2 +- templates/home.html | 2 +- templates/nav_bar.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index 4608116..9ea6bdf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,7 +2,7 @@ - Il était une fois à l'est + Il était une fois dans l'est diff --git a/templates/home.html b/templates/home.html index 1a94fda..179e5f0 100644 --- a/templates/home.html +++ b/templates/home.html @@ -1,6 +1,6 @@ {% extends 'base.html'%} {% block content %} -

Il était une fois à l'est

+

Il était une fois dans l'est

{{message|safe}}

{% if not upload_allowed %}

Les envois de contenu ne sont pas autorisés actuellement.

diff --git a/templates/nav_bar.html b/templates/nav_bar.html index 228eb60..01edf3e 100644 --- a/templates/nav_bar.html +++ b/templates/nav_bar.html @@ -1,7 +1,7 @@ {% load categories %} {% load_categories %}