{% extends "registration/base.html" %} {% block title %}Change your password - {{ block.super }}{% endblock %} {% block content %}

Change your password


{% csrf_token %} {{ form.as_p }}

{% endblock content %}