view default/error/401.html @ 11:6f13b25f1ecf

event: event page first draft
author Goffi <goffi@goffi.org>
date Thu, 27 Apr 2017 01:08:41 +0200
parents 2b26eadd8ad7
children 8fa2fd2e928e
line wrap: on
line source

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

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