X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87e084d47c335cd6f0b3e91d614999f55d148044..150c16b9cecccacdbf17360d334fc618172f4179:/src/wolnelektury/templates/user.html?ds=sidebyside diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index fa2f66035..40c7950d4 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -1,18 +1,24 @@ -{% extends "base.html" %} +{% extends request.EXPERIMENTS.layout.value|yesno:"2022/base_simple.html,base/base.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 %}