{% extends 'registration/public_auth_base.html' %} {% load dlux_tags %} {% block title %}{{ DLUX_STRINGS.password_reset_title|default:'Reset your password' }}{% endblock %} {% block public_auth_page_class %}dlux-public-auth-page--reset{% endblock %} {% block public_auth_panel %}

{{ DLUX_STRINGS.password_reset_title|default:'Reset your password' }}

{{ DLUX_STRINGS.password_reset_intro|default:'Enter the email address for your account and we will send you a link to choose a new password.' }}

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