From 4347c2947834fe7f2edf2b457b2d513454fc6a03 Mon Sep 17 00:00:00 2001 From: Mike Chen Date: Sun, 5 Jul 2009 10:23:30 +0800 Subject: initiliaze git rep --- templates/500.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 templates/500.html (limited to 'templates/500.html') diff --git a/templates/500.html b/templates/500.html new file mode 100644 index 00000000..2e89783a --- /dev/null +++ b/templates/500.html @@ -0,0 +1,33 @@ +{% extends "base_content.html" %} +{% block title %}{% spaceless %}500 Error{% endspaceless %}{% endblock %} +{% block forejs %} + +{% endblock %} +{% block content %} +
+ 500 Server Error +
+
+
+

对不起,系统发生了错误,不能响应您的请求!

+
+ 系统已经记录错误日志,我们会尽快解决此问题。
+ 如果这个问题长时间没有被修复,请搜索查看当前问题的状态,或者报告新的bug。感谢您的支持! + +
+ +
+{% endblock %} + + + -- cgit v1.2.3-1-g7c22