{% extends 'base.html' %} {% block title %}{{ t.title_forgot_password }} — PickkerMarket{% endblock %} {% block content %} {{ t.auth_forgot_password_heading }} {{ t.auth_forgot_password_body }} {% if sent %} {{ t.auth_forgot_password_sent }} {% endif %} {% csrf_token %} {{ t.auth_email_address }} {{ t.auth_send_reset_link }} ← {{ t.auth_back_to_login }} {% endblock %}
{{ t.auth_forgot_password_body }}
{{ t.auth_forgot_password_sent }}
← {{ t.auth_back_to_login }}