From 6e84668884c63f66aec379ce4c0c712c81a44f0c Mon Sep 17 00:00:00 2001 From: jonaswinkler Date: Wed, 6 Jan 2021 01:16:16 +0100 Subject: [PATCH] fix login/logout pages --- src/documents/templates/registration/logged_out.html | 2 +- src/documents/templates/registration/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documents/templates/registration/logged_out.html b/src/documents/templates/registration/logged_out.html index 4a3cb60bb..1448b641e 100644 --- a/src/documents/templates/registration/logged_out.html +++ b/src/documents/templates/registration/logged_out.html @@ -36,7 +36,7 @@
- +

You have been successfully logged out. Bye!

Sign in again
diff --git a/src/documents/templates/registration/login.html b/src/documents/templates/registration/login.html index 25a707bed..7f1fc79dd 100644 --- a/src/documents/templates/registration/login.html +++ b/src/documents/templates/registration/login.html @@ -37,7 +37,7 @@
{% csrf_token %} - +

Please sign in.

{% if form.errors %}