mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
2a5b882a25
- Display "demo mode" with link to docs - Remove "admin" menu action
13 lines
299 B
HTML
13 lines
299 B
HTML
{% load i18n %}
|
|
{% include "spacer.html" %}
|
|
<div class='flex'>
|
|
<h6>
|
|
{% trans "InvenTree demo mode" %}
|
|
<a href='https://inventree.readthedocs.io/en/latest/demo/'>
|
|
<span class='fas fa-info-circle'></span>
|
|
</a>
|
|
</h6>
|
|
</div>
|
|
{% include "spacer.html" %}
|
|
{% include "spacer.html" %}
|