mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Fix splash screen for maintenance mode 503 page (#3651)
This commit is contained in:
parent
639b9c302f
commit
ea60cdc6a8
@ -11,12 +11,10 @@
|
|||||||
{% trans 'Site is in Maintenance' %}
|
{% trans 'Site is in Maintenance' %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block body_class %}login-screen{% endblock %}
|
{% block body_class %}login-screen' style='background: url({% inventree_splash %}); background-size: cover;{% endblock %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
<!--
|
|
||||||
Background Image Attribution: https://unsplash.com/photos/Ixvv3YZkd7w
|
|
||||||
-->
|
|
||||||
<div class='container-fluid'>
|
<div class='container-fluid'>
|
||||||
<div class='notification-area' id='alerts'>
|
<div class='notification-area' id='alerts'>
|
||||||
<!-- Div for displayed alerts -->
|
<!-- Div for displayed alerts -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user