From e68c50016c7c562f4dec7783e94ef10fca01ce34 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 12 May 2026 11:34:31 +0200 Subject: [PATCH 1/1] Logout link for mobile --- src/wolnelektury/templates/user.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index 36bb9783b..e9a504781 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -11,7 +11,7 @@ {% block titleextra %}{% trans "Użytkownik" %}{% endblock %} {% block body %} -
+

{% trans "Użytkownik" %}

{% trans "Hasło" %}

@@ -20,5 +20,7 @@ {% if request.user.membership %}

{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}

{% endif %} +

{% trans "Zewnętrzne konta" %}

+

{% trans "Wyloguj się" %}

{% endblock %} -- 2.20.1