{% extends "base.html" %} {% block title %} Change Password {% endblock %} {% load i18n %} {% block content %}

Change Password


{% csrf_token %}
{{ form.oldpassword.errors }}
{% include "account/snippets/change_password.html" %} Forgot your password?
{% endblock %}