From 5014ee24fcb13334a86ce5c765da97a1c4f14126 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 26 May 2021 22:01:47 +0200 Subject: [PATCH] =?UTF-8?q?Nom=20de=20recette=20en=20d=C3=A9but=20de=20tit?= =?UTF-8?q?re=20de=20page?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/base.html | 2 +- templates/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index 54d6eaa..80da86f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,7 @@ - Recettes {% block title %}page title{% endblock %} + {% block title %}page title{% endblock %} {% block extrahead %} {% endblock %} diff --git a/templates/index.html b/templates/index.html index 5f5c5fb..882cdd4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% load thumbnail %} -{% block title %}Recherche{% endblock %} +{% block title %}Recherche de recettes{% endblock %} {% block extrahead %}