Files
kursy-mirror/kursy/templates/429.html
2026-03-10 14:15:31 +01:00

12 lines
293 B
HTML

{% extends "allauth/layouts/entrance.html" %}
{% load allauth %}
{% block head_title %}
Too Many Requests
{% endblock head_title %}
{% block content %}
{% element h1 %}
Too Many Requests
{% endelement %}
<p>You are sending too many requests.</p>
{% endblock content %}