rearrangements: new core app, templates in apps, split settings;
[wolnelektury.git] / apps / wolnelektury_core / templates / user.html
1 {% extends "base.html" %}
2 {% load i18n %}
3
4
5 {% block titleextra %}{% trans "User" %}{% endblock %}
6
7 {% block body %}
8
9 <h1>{% trans "User" %}</h1>
10
11 <div class='normal-text'>
12 <p><a href="{% url account_set_password %}">{% trans "Password" %}</a></p>
13 <p><a href="{% url account_email %}">{% trans "E-mail" %}</a></p>
14 <p><a href="{% url socialaccount_connections %}">{% trans "Social accounts" %}</a></p>
15 </div>
16
17 {% endblock %}