ernestophone.ens.fr/templates/admin/404.html
2015-03-29 19:21:19 +02:00

12 lines
268 B
HTML

{% extends "admin/base_site.html" %}
{% load i18n %}
{% block title %}{% trans 'Page not found' %}{% endblock %}
{% block content %}
<h2>{% trans 'Page not found' %}</h2>
<p>{% trans "We're sorry, but the requested page could not be found." %}</p>
{% endblock %}