X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/wolnelektury/templates/user.html diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index 0ffdd62a9..709065174 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -1,17 +1,24 @@ -{% extends "base.html" %} +{% extends "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 %}