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,8 +1,11 @@
{% extends "dav_base/error_base.html" %}
{% load i18n %}
{% block error-code %}403{% endblock %}
{% block error-title %}Forbidden{% endblock %}
{% block error-heading %}Keine Berechtigung{% endblock %}
{% block error-heading %}{% trans 'Keine Berechtigung' %}{% endblock %}
{% block error-body %}
<p>Irgendwas darfst du hier nicht.</p>
<p>
{% trans 'Irgendwas darfst du hier nicht.' %}
</p>
{% endblock %}