maposmatic-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Maposmatic-dev] [PATCH] Adding Error 500 handler template.


From: David Decotigny
Subject: [Maposmatic-dev] [PATCH] Adding Error 500 handler template.
Date: Sun, 6 Sep 2009 15:25:42 +0200

New template for Internal Server Error page (500).
---
 www/templates/500.html |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
 create mode 100644 www/templates/500.html

diff --git a/www/templates/500.html b/www/templates/500.html
new file mode 100644
index 0000000..946c448
--- /dev/null
+++ b/www/templates/500.html
@@ -0,0 +1,11 @@
+{% load i18n %}
+
+{% block breadcrumbs %}<div class="breadcrumbs"><a href="/">{% trans "Home" 
%}</a> &rsaquo; {% trans "Server error" %}</div>{% endblock %}
+
+{% block title %}{% trans 'Server error (500)' %}{% endblock %}
+
+{% block content %}
+<h1>{% trans 'Server Error <em>(500)</em>' %}</h1>
+<p>{% trans "There's been an error." %}</p>
+
+{% endblock %}
-- 
1.6.0.4





reply via email to

[Prev in Thread] Current Thread [Next in Thread]