user settings
[wolnelektury.git] / wolnelektury / templates / account / password_set.html
diff --git a/wolnelektury/templates/account/password_set.html b/wolnelektury/templates/account/password_set.html
new file mode 100644 (file)
index 0000000..d061a46
--- /dev/null
@@ -0,0 +1,17 @@
+{% 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