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

No SAML request received

{% endblock %} {% block content %}

{% blocktrans %}Sorry, Ubuntu One is unable to handle the request.{% endblocktrans %}

{% if not http_referer %}

{% blocktrans %}This page is not intended for direct access.{% endblocktrans %}

{% else %}

{% blocktrans %}Referred from URL: {{http_referer}}{% endblocktrans %}

{% blocktrans %}Please contact the administrator of the referring service and report this error.{% endblocktrans %}

{% endif %}
{% endblock %}