X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ae60b2a3949e96357477cc04f90fd0873cee8a92..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/wolnelektury/templates/user.html?ds=sidebyside diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index fa2f66035..ca9d56411 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -1,18 +1,24 @@ -{% extends "base.html" %} +{% extends "2022/base_simple.html" %} {% load i18n %} +{% block settings %} + {% load title %} + {% trans "User" as title %} + {% title title %} +{% endblock %} + {% block titleextra %}{% trans "User" %}{% endblock %} {% block body %} +
+

{% trans "User" %}

-
- -

{% trans "User" %}

- -

{% trans "Password" %}

-

{% trans "E-mail" %}

-

{% trans "Social accounts" %}

-
- +

{% trans "Password" %}

+

{% trans "E-mail" %}

+

{% trans "Social accounts" %}

+ {% if request.user.membership %} +

Wspierasz Wolne Lektury, dziękujemy!

+ {% endif %} +
{% endblock %}