2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

Fix splash screen for maintenance mode 503 page (#3651)

This commit is contained in:
Oliver
2022-09-07 00:04:06 +10:00
committed by GitHub
parent 639b9c302f
commit ea60cdc6a8

View File

@ -11,12 +11,10 @@
{% trans 'Site is in Maintenance' %}
{% endblock %}
{% block body_class %}login-screen{% endblock %}
{% block body_class %}login-screen' style='background: url({% inventree_splash %}); background-size: cover;{% endblock %}
{% block body %}
<!--
Background Image Attribution: https://unsplash.com/photos/Ixvv3YZkd7w
-->
<div class='container-fluid'>
<div class='notification-area' id='alerts'>
<!-- Div for displayed alerts -->