{% extends "registration/registration_base.html" %} {% load i18n %} {% block title %}{% trans "Change password" %}{% endblock %} {% block content %}
{% csrf_token %} {{ form }}
{% endblock %}