{% extends "sb_admin_2/auth/card.html" %} {% load i18n %} {% block title %}{% trans "Forgot Password" %}{% endblock %} {% block card %}

{% trans "Forgot Your Password?" %}

{% block paragraph %} {% trans "We get it, stuff happens. Just enter your email address below and we'll send you a link to reset your password!" %} {% endblock %}

{% block form %}
{% csrf_token %}
{{ form.email }}
{{ form.email.errors }}
{% endblock %}
{% endblock %}