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

add custom logo option

This commit is contained in:
Matthias
2022-04-24 16:13:44 +02:00
parent 002f5ec288
commit 1bce7b745e
5 changed files with 25 additions and 4 deletions

View File

@ -30,7 +30,7 @@
<div class='container-fluid'>
<div class='clearfix content-heading login-header d-flex flex-wrap'>
<img class="pull-left" src="{% static 'img/inventree.png' %}" width="60" height="60"/>
<img class="pull-left" src="{% inventree_logo %}" width="60" height="60"/>
{% include "spacer.html" %}
<span class='float-right'><h3>{% block body_title %}{% trans 'Site is in Maintenance' %}{% endblock %}</h3></span>
</div>