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

{% trans "Change password" %}

{% csrf_token %} {% for field in form %} {% bootstrap_field field show_label=True %} {% endfor %}
{% endblock %} {# This is used by django.contrib.auth #}