{% extends "crashstats_base.html" %} {% block page_title %}Rate limit blocked{% endblock %} {% block product_nav_filter %} {% endblock %} {% block content %}

Hold your horses!

Rate limit blocked

You have been temporarily blocked due to excessive use that we can't handle at the moment.

{% if not request.user.is_authenticated %}

If you can, consider logging in.

{% endif %}
{% endblock %}