privaterelay/templates/429.html (9 lines of code) (raw):
<html lang="en" dir="ltr">
<head>
<title>429 Too Many Requests</title>
</head>
<body>
<h1>429 Too Many Requests</h1>
<p>You have hit a rate limit. Please wait and try again later.</p>
<!-- 429.html
{% comment %}
See ACCOUNT_RATE_LIMITS at
https://django-allauth.readthedocs.io/en/latest/configuration.html
{% endcomment %}
-->
</body>
</html>