From 24529bbc6ceae1f53b2d75869cd0eec64c162945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=BE=D0=BD=D1=8F=20C=D0=B0=D0=B2=D0=BA=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0?= Date: Thu, 21 Nov 2024 09:00:05 +0200 Subject: [PATCH] changed according to comments --- templates/registration/logout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/registration/logout.html b/templates/registration/logout.html index d7041a9f..975d1840 100644 --- a/templates/registration/logout.html +++ b/templates/registration/logout.html @@ -2,5 +2,5 @@ {% block content %}

Logged out

-

You have been logged out. Login again?

+

You have been logged out. Login again?

{% endblock %}