{# Post-submission page rendered after POST /admin/login. Same copy for every outcome (allowlisted vs. not) to avoid leaking which emails are real admins. #} {% extends "admin/base.html" %} {% block title %}Check your inbox — Admin{% endblock %} {% block content %}

Check your inbox

If your email is on the allowlist, you'll receive a login link shortly. The link expires after 15 minutes and can only be used once.

Request another link

{% endblock %}