Mercurial > libervia-templates
view default/error/401.html @ 76:ead4db120515
components/common: profile is now always set, so we just test if it evaluate to True to know if a user is logged
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 13 Dec 2017 00:41:42 +0100 (2017-12-12) |
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 %}