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

Reset your password

{% csrf_token %} {% bootstrap_form form %} {% buttons submit="Reset password" %}{% endbuttons %} {% if next %} {% endif %}
{% endblock %}