From eb92e4d71a45e2737d507e371b0e24b675535f0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yoann=20Pi=C3=A9tri?= Date: Thu, 18 Feb 2021 15:58:59 +0100 Subject: [PATCH] fix: :art: Better placement for forgetten password button (#318) --- templates/registration/login.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/registration/login.html b/templates/registration/login.html index d27c5f70..9f7fd824 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -35,7 +35,7 @@ with this program; if not, write to the Free Software Foundation, Inc., + {% trans "Forgotten password?" %} -

{% trans "Forgotten password?" %}

{% endblock %}