{% extends "profiles/settings/base.html" %} {% load i18n %} {% block title %}{% trans "Change Password" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Change Password" %}
  • {% endblock %} {% block body_id %}password{% endblock %} {% block section_description %}{% trans "Please enter your old password, for security's sake, and then enter your new password twice so we can verify you typed it in correctly." %}{% endblock %} {% block section_body %}
    {% csrf_token %} {% csrf_token %} {{ form.as_p }}
    {% endblock %}