From 3c4c71fc19865bfb75231c425fae31c6b2c211de Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Tue, 9 Feb 2010 16:48:38 -0500 Subject: started working towards skinning forum app - first step - move templates to app --- forum/templates/500.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 forum/templates/500.html (limited to 'forum/templates/500.html') diff --git a/forum/templates/500.html b/forum/templates/500.html new file mode 100644 index 00000000..51e73178 --- /dev/null +++ b/forum/templates/500.html @@ -0,0 +1,35 @@ +{% extends "base_content.html" %} + +{% load i18n %} +{% block title %}{% spaceless %}500 Error{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
+

+ 500 Server Error +

+ +
+
+
+

{% trans "sorry, system error" %}

+
+ {% trans "system error log is recorded, error will be fixed as soon as possible" %}
+ {% trans "please report the error to the site administrators if you wish" %} +
+ +
+{% endblock %} + -- cgit v1.2.3-1-g7c22