{% extends "layouts/full_base.html" %} {% load static %} {% block title %} Reset Password - Adtlas {% endblock title %} {% block extra_css %} {% endblock extra_css %} {% block content %}
{% csrf_token %} Adtlas Project Logo

Reset Password

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

{% if form.non_field_errors %}
{% for error in form.non_field_errors %}
{{ error }}
{% endfor %}
{% endif %} {% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{{ form.email }}
{% if form.email.errors %}
{% for error in form.email.errors %}
{{ error }}
{% endfor %}
{% endif %}

Powered by SanoaMedia

{% endblock content %}