{# Rendered at HTTP 429 when either the SlowAPI IP limit or the DB-side per-email limit trips on POST /admin/login. Same template for both trigger paths — we don't want to tell the submitter whether the limit was IP-wide or email-specific. #} {% extends "admin/base.html" %} {% block title %}Too many attempts — Admin{% endblock %} {% block content %}

Too many attempts

You've requested too many login links recently. Please wait a few minutes before trying again.

Back to login

{% endblock %}