{% extends "public/content.html" %} {% block headtitle %}Forgot Password{% endblock %} {% block title %}

Forgot Password

{% endblock %} {% block content %}

Please enter the email address of the account you use to login to the website with.

{% csrf_token %} {% include "public/partials/form.html" with form=form %}
{% endblock %}