src/hdalab/templates/400.html
author ymh <ymh.work@gmail.com>
Thu, 19 Mar 2015 22:52:51 +0100
changeset 558 92d0f441ca7f
parent 546 0ca66b267d15
permissions -rw-r--r--
Added tag V03.00-rc.06 for changeset f82f7bc4e13f

{% extends "base.html" %}
{% load i18n %}
{% load static %}


{% block title %}{{block.super}} &gt; {% trans 'Bad request' %}{% endblock %}

{% block css_import %}
{{block.super}}
        <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/index.css' %}" />
{% endblock %}

{% block main_content %}
    <div class="all-title">
        <h1>{% trans 'Bad request' %}</h1>
    </div>
    <div class="description">
        <p>{% trans 'Sorry, you sent a bad request.' %}</p>
    </div>
{% endblock %}