diff --git a/gawa/start/templates/errors/400.html b/gawa/start/templates/errors/400.html deleted file mode 100644 index 5d98112..0000000 --- a/gawa/start/templates/errors/400.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends 'base.html' %} -{% load i18n %} -{% get_current_language as LANGUAGE_CODE %} -{% block languagecode %}{{ LANGUAGE_CODE }}{% endblock languagecode %} -{% block title %}{% translate "cscherr.de" %} - {% translate "startpage" %}{% endblock title %} -{% block main %} -
{% translate "You sent bad data to the server." %}
-{% translate "You are not allowed to access this page." %}
-{% translate "The resource you are looking for does not exist." %}
-{% translate "Something went wrong." %}
-