FIX: fixed css (space between page header and page body)

This commit is contained in:
2019-03-25 10:54:22 +01:00
parent eebf02b66c
commit 94402fb5d0
24 changed files with 63 additions and 46 deletions

View File

@@ -1,6 +1,11 @@
{% extends "dav_base/error_base.html" %}
{% load i18n %}
{% block error-code %}400{% endblock %}
{% block error-title %}Bad Request{% endblock %}
{% block error-heading %}Fehlerhafte Anfrage{% endblock %}
{% block error-body %}<p>Irgendwas ist hier falsch gelaufen.</p>{% endblock %}
{% block error-heading %}{% trans 'Fehlerhafte Anfrage' %}{% endblock %}
{% block error-body %}
<p>
{% trans 'Irgendwas ist hier falsch gelaufen.' %}
</p>
{% endblock %}