{% extends "layouts/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.

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

Powered by SanoaMedia

{% endblock content %}