FIX: fixed css (space between page header and page body)
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
{% extends "dav_base/error_base.html" %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block error-code %}500{% endblock %}
|
||||
{% block error-title %}Internal Server Error{% endblock %}
|
||||
{% block error-heading %}Serverfehler{% endblock %}
|
||||
{% block error-body %}<p>Irgendwas ist jetzt kaputt.</p>{% endblock %}
|
||||
{% block error-heading %}{% trans 'Serverfehler' %}{% endblock %}
|
||||
{% block error-body %}
|
||||
<p>
|
||||
{% trans 'Irgendwas ist jetzt kaputt.' %}
|
||||
</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user