source: templates/404.html@ 6181

Last change on this file since 6181 was 6181, checked in by RIck van der Zwet, 16 years ago

Converted the _ to -

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.