{% extends "trading/base.html" %} {% load bootstrap4 %} {% block title %} {% with title="Password change" %} {{ block.super }} {% endwith %} {% endblock title %} {% block content %}

Update your password

{% csrf_token %} {% bootstrap_form form %}
Cancel
{% if next %} {% endif %}
{% endblock %}