view default/error/401.html @ 72:18d00a8afc4d

ticket(item): fixed menus
author Goffi <goffi@goffi.org>
date Mon, 04 Dec 2017 00:48:24 +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 %}