Logout link for mobile
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 12 May 2026 09:34:31 +0000 (11:34 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 12 May 2026 09:34:31 +0000 (11:34 +0200)
src/wolnelektury/templates/user.html

index 36bb978..e9a5047 100644 (file)
@@ -11,7 +11,7 @@
 {% block titleextra %}{% trans "Użytkownik" %}{% endblock %}
 
 {% block body %}
-  <div class="normal-text white-box">
+  <div class="white-box">
     <h1>{% trans "Użytkownik" %}</h1>
 
     <p><a href="{% url 'account_set_password' %}">{% trans "Hasło" %}</a></p>
@@ -20,5 +20,7 @@
     {% if request.user.membership %}
       <p><a href="{% url 'club_join' %}">{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}</a></p>
     {% endif %}
+    <p><a href="{% url 'socialaccount_connections' %}">{% trans "Zewnętrzne konta" %}</a></p>
+    <p><a href="{% url 'logout' %}">{% trans "Wyloguj się" %}</a>
   </div>
 {% endblock %}