{% extends "registration/_registration_base.html" %} {% load url from future %} {% block title %}Change password{% endblock %} {% block content %}

Change password

{% csrf_token %} {{ form }}
{% endblock %}