{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Too Many Requests" %} - {{ project_name }}{% endblock %} {% block content %}

{% trans "Too Many Requests" %}

{% trans "Rate limit exceeded" %}

{% trans "Rate Limit Exceeded" %}

{% trans "You have made too many requests in a short period of time. Please wait a few minutes before trying again." %}

{% trans "This security measure protects our service and all users from abuse. Common reasons for rate limiting include:" %}

  • {% trans "Too many failed login attempts" %}
  • {% trans "Rapid form submissions" %}
  • {% trans "Automated or bot-like behavior" %}

{% trans "What you can do:" %}

  • {% trans "Wait 5-10 minutes before trying again" %}
  • {% trans "Make sure you're using the correct login credentials" %}
  • {% trans "Clear your browser cache and cookies" %}
  • {% trans "Contact support if this problem persists" %}

{% trans "If you believe this is an error, please" %} {% trans "contact support" %}

{% endblock %}