X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f82fa14e5f5b02994272fc0b588e557d5be6f2a4..3c0e373447323b5e33b273859e790a2054771afa:/src/wolnelektury/templates/user.html?ds=sidebyside diff --git a/src/wolnelektury/templates/user.html b/src/wolnelektury/templates/user.html index fa2f66035..f7491badd 100644 --- a/src/wolnelektury/templates/user.html +++ b/src/wolnelektury/templates/user.html @@ -1,18 +1,15 @@ -{% 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" %}

+
{% endblock %}