{% extends 'base.html' %} {% block title %}Forgot Password — PickkerMarket{% endblock %} {% block content %} Forgot your password? Enter the email on your account and we'll send you a reset link. {% if sent %} If that email has an account, a reset link is on its way — check your inbox (and spam folder). {% endif %} {% csrf_token %} Email address Send Reset Link ← Back to login {% endblock %}
Enter the email on your account and we'll send you a reset link.
If that email has an account, a reset link is on its way — check your inbox (and spam folder).
← Back to login