{% extends "picocss/django/base.html" %} {% block title %}{{ theme_data.theme_settings.brand }} - Password Reset{% endblock %} {% block content %}
{% csrf_token %}

Password Reset

{% if form.errors %}

{{ form.email.errors }}

{% endif %}

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

{# this is necesarry to make the margin on the first

work #}

{% endblock %}