mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +00:00
show messages in base
This commit is contained in:
parent
aa7b78f41d
commit
527bc4381d
@ -92,6 +92,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="container container-fluid inventree-content" id='inventree-content'>
|
<div class="container container-fluid inventree-content" id='inventree-content'>
|
||||||
|
{% if messages %}
|
||||||
|
{% for message in messages %}
|
||||||
|
<div class='{{ message.tags }}'>
|
||||||
|
{{ message|safe }}
|
||||||
|
</div>
|
||||||
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<!-- Each view fills in here.. -->
|
<!-- Each view fills in here.. -->
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user