From df50a8dc42d6b90aa6bf3ab6df1e908f19bf749d Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 19 Mar 2023 19:11:04 +0100 Subject: [PATCH] Set template titles login and new-user --- templates/registration/login.html | 1 + templates/registration/new-user.html | 1 + 2 files changed, 2 insertions(+) diff --git a/templates/registration/login.html b/templates/registration/login.html index fd49431..106fa30 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -17,6 +17,7 @@ This program comes with a copy of the GNU Affero General Public License file at the root of this project. {% endcomment %} +{% block title %}Login{% endblock %} {% block main %} diff --git a/templates/registration/new-user.html b/templates/registration/new-user.html index fa1ba68..0cf91e5 100644 --- a/templates/registration/new-user.html +++ b/templates/registration/new-user.html @@ -17,6 +17,7 @@ This program comes with a copy of the GNU Affero General Public License file at the root of this project. {% endcomment %} +{% block title %}New User{% endblock %} {% block main %} {% if form.errors %}