From e6940aa607a98d000bf4c024877a154deb26ce01 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Tue, 14 Dec 2010 21:40:49 +0000 Subject: Add 500 template. --- gentoo_ads/ads/templates/500.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gentoo_ads/ads/templates/500.html diff --git a/gentoo_ads/ads/templates/500.html b/gentoo_ads/ads/templates/500.html new file mode 100644 index 0000000..bc984c1 --- /dev/null +++ b/gentoo_ads/ads/templates/500.html @@ -0,0 +1,11 @@ +{% load i18n %} + +{% block breadcrumbs %}{% endblock %} + +{% block title %}{% trans 'Server error (500)' %}{% endblock %} + +{% block content %} +

{% trans 'Server Error (500)' %}

+

{% trans "There's been an error. It's been reported to the site administrators via e-mail and should be fixed shortly. Thanks for your patience." %}

+ +{% endblock %} -- cgit v1.2.3-65-gdbad