From 80dc92ce26f7ae3f5cc552cbe943caaf08a11ac2 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Wed, 22 Sep 2021 22:14:03 +0200 Subject: [PATCH] Add title to home page --- photo21/templates/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/photo21/templates/index.html b/photo21/templates/index.html index 056d4ae..011f364 100644 --- a/photo21/templates/index.html +++ b/photo21/templates/index.html @@ -3,6 +3,7 @@ SPDX-License-Identifier: GPL-3.0-or-later {% endcomment %} {% load i18n %} +{% block title %}Accueil{% endblock %} {% block content %}

Bienvenue sur le serveur photos !

@@ -17,7 +18,7 @@ SPDX-License-Identifier: GPL-3.0-or-later photo est nécessaire avant toute republication sur un autre site.

- Si vous souhaitez qu'une photo soit supprimer, signalez le nous : + Si vous souhaitez qu'une photo soit supprimée, signalez le nous : Signaler un abus

Nouveau venu ?