1 {% extends "base.html" %}
3 {% load ajaxable_tags %}
5 {% block head_title %}{% trans "Set Password" %}{% endblock %}
8 <h1>{% trans "Set Password" %}</h1>
10 <form method="POST" action="" class="cuteform hidelabels">
13 {{ password_set_form|placeholdized_ul }}
14 <li><input type="submit" name="action" value="{% trans "Set Password" %}"/></li>