view sat_templates/templates/default/error/base.html @ 357:6c21a9857e08

bulma (event/overview): quick fix of the template following backend changes with events
author Goffi <goffi@goffi.org>
date Thu, 30 Mar 2023 17:05:13 +0200
parents e9f0a4215e46
children
line wrap: on
line source

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

{% block title %}{% trans %}Error {{error_code}}{% endtrans %}{% endblock %}
{% block body %}
{% trans %}An error occured while trying to access the resource.{% endtrans %}
{% endblock body %}
{% block footer %}{% endblock %}