{% extends 'layouts/full_base.html' %} {% block title %}Reset Password - Adtlas{% endblock %} {% block meta_description %}Reset your Adtlas account password securely.{% endblock %} {% block extra_css %} {% endblock %} {% block content %}

Reset Password

Enter your email to receive reset instructions

{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
We'll send you an email with instructions to reset your password. Please check your inbox and spam folder.
{% csrf_token %}
{{ form.email }} {% if form.email.errors %}
{% for error in form.email.errors %}
{{ error }}
{% endfor %}
{% endif %}

Remember your password?

{% endblock %} {% block extra_js %} {% endblock %}