{% 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 %}

← Back to login

{% endblock %}