summaryrefslogtreecommitdiff
path: root/demo/grappelli/templates/admin/404.html
blob: 10aeb756d4e57292c05e1e7fe2f8064a0af8030b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "admin/base_site.html" %}

<!-- LOADING -->
{% load i18n %}

<!-- TITLE -->
{% block title %}{% trans "Page not found" %}{% endblock %}

<!-- CONTENT -->
{% block content %}
<h2>{% trans "Page not found" %}</h2>
<p>{% trans "We're sorry, but the requested page could not be found." %}</p>
{% endblock %}