{% extends "errors/proxito/base.html" %} {% load blocktrans trans from i18n %} {% block title %} {% trans "Too many requests" %} {% endblock title %} {% block error_status %} 429 {% endblock error_status %} {% block error_title %} {{ block.super }} {% trans "Too many requests" %} {% endblock error_title %} {% block error_content %}

{% blocktrans trimmed %} You sent too many requests in a short period of time. {% endblocktrans %}

{% endblock error_content %} {% block error_content_help %}

{% blocktrans trimmed %} Wait several minutes before trying your request again. {% endblocktrans %}

{% endblock error_content_help %} {% block content_extra_link %} {% endblock content_extra_link %}