barbacompta/eo_gestion/templates/500.html

13 lines
263 B
HTML

{% extends "admin/base.html" %}
{% load i18n %}
{% block title %} {% trans "Error: server error (500)" %} {% endblock %}
{% block content %}
<h2>{% trans "Server Error" %}</h2>
<p>{% trans "We're sorry but a server error has occurred." %}
{% endblock %}