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 --- templates/500.html | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 templates/500.html (limited to 'templates/500.html') diff --git a/templates/500.html b/templates/500.html deleted file mode 100644 index 51e73178..00000000 --- a/templates/500.html +++ /dev/null @@ -1,35 +0,0 @@ -{% 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