Code layout change.
[wolnelektury.git] / apps / wolnelektury_core / templates / user.html
diff --git a/apps/wolnelektury_core/templates/user.html b/apps/wolnelektury_core/templates/user.html
deleted file mode 100644 (file)
index 0ffdd62..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-
-
-{% block titleextra %}{% trans "User" %}{% endblock %}
-
-{% block body %}
-
-<h1>{% trans "User" %}</h1>
-
-<div class='normal-text'>
-<p><a href="{% url 'account_set_password' %}">{% trans "Password" %}</a></p>
-<p><a href="{% url 'account_email' %}">{% trans "E-mail" %}</a></p>
-<p><a href="{% url 'socialaccount_connections' %}">{% trans "Social accounts" %}</a></p>
-</div>
-
-{% endblock %}