working social auth
[wolnelektury.git] / wolnelektury / templates / account / password_change.html
diff --git a/wolnelektury/templates/account/password_change.html b/wolnelektury/templates/account/password_change.html
deleted file mode 100644 (file)
index 6abc0a9..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load ajaxable_tags %}
-
-{% block titleextra %}{% trans "Change Password" %}{% endblock %}
-
-{% block body %}
-    <h1>{% trans "Change Password" %}</h1>
-    
-    <form method="POST" action="" class="cuteform hidelabels">
-        {% csrf_token %}
-       <ul>
-            {{ password_change_form|placeholdized_ul }}
-            <li><input type="submit" name="action" value="{% trans "Change Password" %}"/></li>
-        </ul>
-    </form>
-{% endblock %}