{% extends "djust_auth/layouts/auth.html" %}{% load djust_auth %} {% block title %}Reset your password{% endblock %} {% block card %}{% auth_context as auth %}

Reset your password

Enter your account’s email and we’ll send you instructions.

{% auth_errors form %}
{% csrf_token %} {% for field in form.visible_fields %}{% if field.name == "code" %}{% auth_code_input field %}{% else %}{% auth_field field %}{% endif %}{% endfor %}{% for h in form.hidden_fields %}{{ h }}{% endfor %} {% if auth.next %}{% endif %}
{% auth_links auth %} {% endblock %}