view default/error/401.html @ 48:37fd11d71233

base: confirmation message can now be customised using "confirm" blog
author Goffi <goffi@goffi.org>
date Fri, 27 Oct 2017 18:48:41 +0200
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 %}