2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Custom splash screen (#3499)

* Adds support for custom splash screen

* Add option to config template file
This commit is contained in:
Oliver
2022-08-09 09:42:53 +10:00
committed by GitHub
parent af0c6b957d
commit b0ad326daa
7 changed files with 41 additions and 11 deletions

View File

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