{% extends 'umanage/base_umanage.html' %} {% load i18n umanage %} {% block page_title %}Change Password - {% endblock %} {% block breadcrumb %}
  • Change Password
  • {% endblock %} {% block umanage_content %}

    Change Password

    {% trans "Please enter your old password, for security purposes, and then enter your new password twice so we can verify you typed it in correctly." %}

    {% csrf_token %} {{ form|render_umanage_form }}
    cancel
    {% endblock %}