working social auth
[wolnelektury.git] / wolnelektury / templates / account / password_set.html
diff --git a/wolnelektury/templates/account/password_set.html b/wolnelektury/templates/account/password_set.html
deleted file mode 100644 (file)
index d061a46..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load ajaxable_tags %}
-
-{% block head_title %}{% trans "Set Password" %}{% endblock %}
-
-{% block body %}
-    <h1>{% trans "Set Password" %}</h1>
-    
-    <form method="POST" action="" class="cuteform hidelabels">
-        {% csrf_token %}
-       <ul>
-            {{ password_set_form|placeholdized_ul }}
-            <li><input type="submit" name="action" value="{% trans "Set Password" %}"/></li>
-        </ul>
-    </form>
-{% endblock %}
\ No newline at end of file