{% extends "base.html" %} {% load i18n %} {% block css %} {{ block.super }} {% endblock css %} {% block contents %}

{% trans "User Password Setting"%}

{% include AJAXFORM_HTML %}
{% for field in form %} {% endfor %}
{{ field.label }} {{ field }}
{% endblock contents %}