From f0524f6614d145ee8031cf381342c56e1f065335 Mon Sep 17 00:00:00 2001 From: Evgeny Fadeev Date: Fri, 10 Jul 2009 19:13:45 -0400 Subject: deleted all --- templates/404.html | 49 ------------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 templates/404.html (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html deleted file mode 100644 index d24edaf0..00000000 --- a/templates/404.html +++ /dev/null @@ -1,49 +0,0 @@ - -{% extends "base_content.html" %} -{% load i18n %} -{% block title %}{% spaceless %}404 Error{% endspaceless %}{% endblock %} -{% block forestyle%} - -{% endblock %} -{% block forejs %} - -{% endblock %} -{% block content %} -
- 404 Not Found -
-
-
-

{% trans "Sorry, could not find the page you requested." %}

-
- {% trans "This might have happened for the following reasons:" %}
-
    -
  • {% trans "this question or answer has been deleted;" %}
  • -
  • {% trans "url has error - please check it;" %}
  • -
  • {% trans "the page you tried to visit is protected or you don't have sufficient points, see" %} faq
  • -
  • {% trans "if you believe this error 404 should not have occured, please" %} - {% trans "report this problem" %}
  • - -
- - -
- -
-{% endblock %} - -- cgit v1.2.3-1-g7c22