mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-23 11:12:28 +02:00
Compare commits
No commits in common. "57ac7a52771b0688d322293fbe44049aadcffaa9" and "e2be8b3440b6efe9be9c8d38df32060de72d67ca" have entirely different histories.
57ac7a5277
...
e2be8b3440
@ -1,14 +1,10 @@
|
|||||||
{% extends "allianceauth/base-bs5.html" %}
|
{% extends "allianceauth/base-bs5.html" %}
|
||||||
|
|
||||||
{% load theme_tags %}
|
|
||||||
|
|
||||||
{% block page_title %}
|
{% block page_title %}
|
||||||
{{ error_title }}
|
{{ error_title }}
|
||||||
{% endblock page_title %}
|
{% endblock page_title %}
|
||||||
|
|
||||||
{% block content %}
|
{% 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>
|
<div>
|
||||||
{% include "framework/header/page-header.html" with title=error_title %}
|
{% include "framework/header/page-header.html" with title=error_title %}
|
||||||
|
|
||||||
@ -32,6 +28,4 @@
|
|||||||
|
|
||||||
<p class="text-center">{{ error_message }}</p>
|
<p class="text-center">{{ error_message }}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user