Last change
on this file since 6180 was 6180, checked in by RIck van der Zwet, 17 years ago |
Differ from exodus and django config
|
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.