From a066c22c8ba8db5004f8fbaea766122d5803f510 Mon Sep 17 00:00:00 2001 From: "fergal.moran" Date: Thu, 9 Aug 2012 14:25:59 +0100 Subject: [PATCH] First commit after change to SPA --- templates/admin/500.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 templates/admin/500.html diff --git a/templates/admin/500.html b/templates/admin/500.html new file mode 100644 index 0000000..9fbe716 --- /dev/null +++ b/templates/admin/500.html @@ -0,0 +1,18 @@ +{% extends "admin/base_site.html" %} +{% load i18n %} +{% load url from future %} + +{% 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 %}