core: ensure generic error template fills screen

This commit is contained in:
Jens Langhammer 2020-12-19 14:28:20 +01:00
parent 5f3ab22bea
commit 98a58b74e3
1 changed files with 9 additions and 0 deletions

View File

@ -3,6 +3,15 @@
{% load i18n %}
{% load authentik_utils %}
{% block head %}
{{ block.super }}
<style>
.pf-c-empty-state {
height: 100vh;
}
</style>
{% endblock %}
{% block body %}
<section class="pf-c-page__main-section pf-m-no-padding-mobile pf-m-xl">
<div class="pf-c-empty-state">