fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Redirect from form-sent page.
[wolnelektury.git]
/
src
/
wolnelektury
/
templates
/
user.html
diff --git
a/src/wolnelektury/templates/user.html
b/src/wolnelektury/templates/user.html
index
40c7950
..
36bb978
100644
(file)
--- a/
src/wolnelektury/templates/user.html
+++ b/
src/wolnelektury/templates/user.html
@@
-1,24
+1,24
@@
-{% extends
request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/bas
e.html" %}
+{% extends
"base_simpl
e.html" %}
{% load i18n %}
{% block settings %}
{% load title %}
{% load i18n %}
{% block settings %}
{% load title %}
- {% trans "U
ser
" as title %}
+ {% trans "U
żytkownik
" as title %}
{% title title %}
{% endblock %}
{% title title %}
{% endblock %}
-{% block titleextra %}{% trans "U
ser
" %}{% endblock %}
+{% block titleextra %}{% trans "U
żytkownik
" %}{% endblock %}
{% block body %}
<div class="normal-text white-box">
{% block body %}
<div class="normal-text white-box">
- <h1>{% trans "U
ser
" %}</h1>
+ <h1>{% trans "U
żytkownik
" %}</h1>
- <p><a href="{% url 'account_set_password' %}">{% trans "
Password
" %}</a></p>
+ <p><a href="{% url 'account_set_password' %}">{% trans "
Hasło
" %}</a></p>
<p><a href="{% url 'account_email' %}">{% trans "E-mail" %}</a></p>
<p><a href="{% url 'account_email' %}">{% trans "E-mail" %}</a></p>
- <p><a href="{% url 'socialaccount_connections' %}">{% trans "
Social accounts
" %}</a></p>
+ <p><a href="{% url 'socialaccount_connections' %}">{% trans "
Zewnętrzne konta
" %}</a></p>
{% if request.user.membership %}
{% if request.user.membership %}
- <p><a href="{% url 'club_join' %}">
Wspierasz Wolne Lektury, dziękujemy!
</a></p>
+ <p><a href="{% url 'club_join' %}">
{% trans "Wspierasz Wolne Lektury, dziękujemy!" %}
</a></p>
{% endif %}
</div>
{% endblock %}
{% endif %}
</div>
{% endblock %}