diff -r c752fdee555b -r 0ca66b267d15 src/hdalab/templates/400.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/hdalab/templates/400.html Thu Mar 19 16:05:51 2015 +0100 @@ -0,0 +1,20 @@ +{% extends "base.html" %} +{% load i18n %} +{% load static %} + + +{% block title %}{{block.super}} > {% trans 'Bad request' %}{% endblock %} + +{% block css_import %} +{{block.super}} + +{% endblock %} + +{% block main_content %} +
+

{% trans 'Bad request' %}

+
+
+

{% trans 'Sorry, you sent a bad request.' %}

+
+{% endblock %} \ No newline at end of file