fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0636415
)
fixes
master
author
Radek Czajka
<rczajka@rczajka.pl>
Tue, 12 May 2026 09:54:14 +0000
(11:54 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Tue, 12 May 2026 09:54:14 +0000
(11:54 +0200)
src/wolnelektury/templates/account/base.html
patch
|
blob
|
history
src/wolnelektury/templates/socialaccount/connections.html
patch
|
blob
|
history
src/wolnelektury/templates/socialaccount/login_cancelled.html
patch
|
blob
|
history
src/wolnelektury/templates/user.html
patch
|
blob
|
history
diff --git
a/src/wolnelektury/templates/account/base.html
b/src/wolnelektury/templates/account/base.html
index
40c1de9
..
093fcb2
100644
(file)
--- a/
src/wolnelektury/templates/account/base.html
+++ b/
src/wolnelektury/templates/account/base.html
@@
-1,7
+1,7
@@
{% extends "base_simple.html" %}
{% block body %}
{% extends "base_simple.html" %}
{% block body %}
- <div class="white-box
normal-text
">
+ <div class="white-box">
{% block content %}{% endblock %}
</div>
{% endblock %}
{% block content %}{% endblock %}
</div>
{% endblock %}
diff --git
a/src/wolnelektury/templates/socialaccount/connections.html
b/src/wolnelektury/templates/socialaccount/connections.html
index
dcee6ff
..
fd41103
100644
(file)
--- a/
src/wolnelektury/templates/socialaccount/connections.html
+++ b/
src/wolnelektury/templates/socialaccount/connections.html
@@
-5,7
+5,7
@@
{% block head_title %}{% trans "Połączone konta" %}{% endblock %}
{% block body %}
{% block head_title %}{% trans "Połączone konta" %}{% endblock %}
{% block body %}
- <div class="
normal-text
white-box">
+ <div class="white-box">
<h1>{% trans "Połączone konta" %}</h1>
<h1>{% trans "Połączone konta" %}</h1>
diff --git
a/src/wolnelektury/templates/socialaccount/login_cancelled.html
b/src/wolnelektury/templates/socialaccount/login_cancelled.html
index
3e95773
..
98da130
100644
(file)
--- a/
src/wolnelektury/templates/socialaccount/login_cancelled.html
+++ b/
src/wolnelektury/templates/socialaccount/login_cancelled.html
@@
-5,7
+5,7
@@
{% block head_title %}{% trans "Logowanie anulowane" %}{% endblock %}
{% block body %}
{% block head_title %}{% trans "Logowanie anulowane" %}{% endblock %}
{% block body %}
- <div class="
normal-text
white-box">
+ <div class="white-box">
<h1>{% trans "Logowanie anulowane" %}</h1>
<h1>{% trans "Logowanie anulowane" %}</h1>
diff --git
a/src/wolnelektury/templates/user.html
b/src/wolnelektury/templates/user.html
index
e9a5047
..
42078df
100644
(file)
--- a/
src/wolnelektury/templates/user.html
+++ b/
src/wolnelektury/templates/user.html
@@
-20,7
+20,6
@@
{% 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 %}
<p><a href="{% url 'logout' %}">{% trans "Wyloguj się" %}</a>
</div>
{% endblock %}