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

Należysz do Towarzystwa Przyjaciół Wolnych Lektur

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