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

{% if validlink %} Enter a new password {% else %} Password reset unsuccessful {% endif %}

{% if validlink %}
{% csrf_token %}
    {{ form.as_ul }}
{% else %}

We’ve emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly.

{% endif %}
{% endblock %}