Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / django / contrib / admin / templates / admin / 404.html @ 1a305335

History | View | Annotate | Download (268 Bytes)

1 1a305335 officers
{% extends "admin/base_site.html" %}
2
{% load i18n %}
3
4
{% block title %}{% trans 'Page not found' %}{% endblock %}
5
6
{% block content %}
7
8
<h2>{% trans 'Page not found' %}</h2>
9
10
<p>{% trans "We're sorry, but the requested page could not be found." %}</p>
11
12
{% endblock %}