{% extends 'uniauth/base-site.html' %} {% block head %} Uniauth | Reset {% endblock %} {% block content %}
Reset Your Password
Enter your email address, and we'll send you a link to reset your password.
{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors.as_text|slice:"2:" }}
{% endif %}
{% endblock %} {% block script %} {% endblock %}