{% extends "base.html" %} {% block title %} Reset password {% endblock %} {% block headeraddons %} {% endblock %} {% block content %}

Reset password

{% if user.is_authenticated %} You are already logged in !
Why would you want to reset your password if you still can log in ?
Please log out first.
{% else %} Please provide email address you signed up with.

{% include 'form.html' with button_text='Reset' %} {% endif %}
{% include 'pastebin/latest_geometries.html' %}
{% endblock %}