From 254732fd1ec59519f3f26c6fcaebe0ee3ef76c83 Mon Sep 17 00:00:00 2001 From: Olgierrd Date: Thu, 14 Dec 2023 18:39:12 +0100 Subject: [PATCH] Solution --- templates/registration/logged_out.html | 2 +- templates/registration/login.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/registration/logged_out.html b/templates/registration/logged_out.html index 0347c8b2..10fbccf9 100644 --- a/templates/registration/logged_out.html +++ b/templates/registration/logged_out.html @@ -3,4 +3,4 @@ {% block content %}

Logged out!

Click here to login again. -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/registration/login.html b/templates/registration/login.html index 68f62f97..f2b1873a 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -13,4 +13,4 @@

Login

-{% endblock %} \ No newline at end of file +{% endblock %}