{% extends "themis/base.html" %} {% block title %}Reset Password — {{ themis_app_name }}{% endblock %} {% block content %}

Reset Password

Enter your email address and we'll send you a link to reset your password.

{% if form.errors %}
{% for field in form %} {% for error in field.errors %}

{{ error }}

{% endfor %} {% endfor %}
{% endif %}
{% csrf_token %}
OR
{% endblock %}