{% extends "base.html" %} {% load i18n %} {% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% block title %} {% trans "Rate limit exceeded" %} {% endblock %} {% block text_title %}

{% trans "Rate limit exceeded" %}

{% endblock %} {% block content %}

{% blocktrans %}You have made too many failed requests to the Ubuntu One authentication server over a short period of time.{% endblocktrans %}

{% blocktrans %}Please try again in a while.{% endblocktrans %}

{% trans "Try again" %}
{% endblock %}