+++ /dev/null
-{% 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