fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d00a4bc
)
Logout link for mobile
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 12 May 2026 09:34:31 +0000
(11:34 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 12 May 2026 09:34:31 +0000
(11:34 +0200)
src/wolnelektury/templates/user.html
patch
|
blob
|
history
diff --git
a/src/wolnelektury/templates/user.html
b/src/wolnelektury/templates/user.html
index
36bb978
..
e9a5047
100644
(file)
--- a/
src/wolnelektury/templates/user.html
+++ b/
src/wolnelektury/templates/user.html
@@
-11,7
+11,7
@@
{% block titleextra %}{% trans "Użytkownik" %}{% endblock %}
{% block body %}
{% 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>
<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 %}
{% 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 %}
</div>
{% endblock %}