damned-lies r1167 - in trunk: . templates
- From: claudep svn gnome org
- To: svn-commits-list gnome org
- Subject: damned-lies r1167 - in trunk: . templates
- Date: Fri, 14 Nov 2008 10:08:51 +0000 (UTC)
Author: claudep
Date: Fri Nov 14 10:08:51 2008
New Revision: 1167
URL: http://svn.gnome.org/viewvc/damned-lies?rev=1167&view=rev
Log:
2008-11-14 Claude Paroz <claude 2xlibre net>
* templates/404.html: Add a 404 template.
Added:
trunk/templates/404.html
Modified:
trunk/ChangeLog
Added: trunk/templates/404.html
==============================================================================
--- (empty file)
+++ trunk/templates/404.html Fri Nov 14 10:08:51 2008
@@ -0,0 +1,14 @@
+{% extends "base.html" %}
+{% load i18n %}
+
+{% block title %} {% trans "Error: page not found" %} {% endblock %}
+
+{% block content %}
+<div class="mainpage">
+
+<h1>{% trans "Error: page not found" %}</h1>
+
+<p>{% trans "The page you requested has not been found on this server." %}
+
+</div>
+{% endblock %}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]