fa2f660351522914fefd4ab9fbda3530ae9ab66b
[wolnelektury.git] / src / wolnelektury / templates / user.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4
5 {% block titleextra %}{% trans "User" %}{% endblock %}
6
7 {% block body %}
8
9 <div class="normal-text white-box">
10
11 <h1>{% trans "User" %}</h1>
12
13 <p><a href="{% url 'account_set_password' %}">{% trans "Password" %}</a></p>
14 <p><a href="{% url 'account_email' %}">{% trans "E-mail" %}</a></p>
15 <p><a href="{% url 'socialaccount_connections' %}">{% trans "Social accounts" %}</a></p>
16 </div>
17
18 {% endblock %}