source: django_templates/404.html@ 6173

Last change on this file since 6173 was 6173, checked in by roland, 17 years ago

move of old exodues code

File size: 268 bytes
Line 
1{% 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 %}
Note: See TracBrowser for help on using the repository browser.