view default/error/401.html @ 65:dd15b6c0b1d3

input/xmlui: added 'jid' widget type, using string_widget for now
author Goffi <goffi@goffi.org>
date Wed, 15 Nov 2017 08:52:14 +0100
parents 8fa2fd2e928e
children
line wrap: on
line source

{% extends 'error/base.html' %}

{% block body %}
<h1>{% trans %}Unauthorized{% endtrans %}</h1>
<p>{% trans %}Sorry, you are not allowed to access this page.{% endtrans %}</p>
{% endblock body %}