{% extends "marketing-base.html" %} {% block title %}Reset Your Password - {{ block.super }}{% endblock %} {% block body_id %}pasword-reset-form{% endblock %} {% block body_class %}secondary full{% endblock %} {% block content %}

Forgotten your password?

Enter your email address below, and we'll email instructions for setting a new one.

{% csrf_token %}
    {{ form.as_ul }}
{% endblock %}