Compare commits

..

No commits in common. "57ac7a52771b0688d322293fbe44049aadcffaa9" and "e2be8b3440b6efe9be9c8d38df32060de72d67ca" have entirely different histories.

View File

@ -1,14 +1,10 @@
{% extends "allianceauth/base-bs5.html" %}
{% load theme_tags %}
{% block page_title %}
{{ error_title }}
{% endblock page_title %}
{% block content %}
<div class="d-flex flex-column" style="height: calc(100vh - {% header_padding_size %}); margin-top: -1rem; margin-bottom: -1rem;">
<div class="d-flex flex-grow-1 justify-content-center align-items-center">
<div>
{% include "framework/header/page-header.html" with title=error_title %}
@ -32,6 +28,4 @@
<p class="text-center">{{ error_message }}</p>
</div>
</div>
</div>
{% endblock content %}