mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 20:40:17 +02:00
[CHANGE] Center HTTPError messages
This commit is contained in:
parent
e2be8b3440
commit
136438f9c2
@ -1,10 +1,14 @@
|
|||||||
{% 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 %}
|
||||||
|
|
||||||
@ -28,4 +32,6 @@
|
|||||||
|
|
||||||
<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