{% extends 'wirecloud/views/base_plain.html' %} {% load i18n %} {% block path %}{% trans "error401" %}{% endblock %} {% block content %}
{% blocktrans %}This server could not verify that you are authorized to access the document you requested ({{request_path}}). Either you supplied the wrong credentials (e.g., bad password), or your browser/application does not understand how to supply the credentials required.{% endblocktrans %}
{% trans "Authentication required" %}
{% endblock %}