{% extends 'auth/base.html' %} {% load static %} {% block title %}Password Reset - {{ block.super }}{% endblock %} {% block content %}
Adtlas Logo

Reset Your Password

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors.0 }}
{% endif %}
{% if form.email.errors %}
{{ form.email.errors.0 }}
{% endif %}
or
We'll send you a secure link to reset your password
{% endblock %} {% block extra_css %} {% endblock %} {% block extra_js %} {% endblock %}