barbacompta/eo_gestion/templates/404.html

13 lines
281 B
HTML

{% extends "admin/base.html" %}
{% load i18n %}
{% block title %} {% trans "Error: page not found" %} {% endblock %}
{% block content %}
<h2>{% trans "Error: page not found" %}</h2>
<p>{% trans "The page you requested has not been found on this server." %}
{% endblock %}