view sat_templates/templates/bulma/error/403.html @ 346:a9cc406ef7c6

i18n: Update translation files Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: Libervia/templates Translate-URL: https://salut-a-toi.org/weblate/projects/libervia/templates/
author Weblate <noreply@weblate.org>
date Wed, 16 Jun 2021 14:33:01 +0000
parents f7ffdd1aed4c
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 %}