mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
Fix for settings template
This commit is contained in:
parent
553b998c9c
commit
182849e160
@ -127,8 +127,8 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% mixin_enabled plugin 'globalsettings' as globalsettings %}
|
{% mixin_enabled plugin 'settings' as settings %}
|
||||||
{% if globalsettings %}
|
{% if settings %}
|
||||||
{% include 'InvenTree/settings/mixins/settings.html' %}
|
{% include 'InvenTree/settings/mixins/settings.html' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user