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

Reset your password

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

Password reset error

The password reset link you are trying to use is either invalid or has expired. If you need to reset your password, click here to do so.

{% endif %}
{% endblock %}