remove unneeded headers

This commit is contained in:
Matthias 2021-10-30 22:14:57 +02:00
parent b31a1aa4cc
commit 13cc329dc6
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076
2 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@
{% plugin_settings plugin_key as plugin_settings %}
<table class='table table-striped table-condensed'>
{% include "InvenTree/settings/header.html" %}
<tbody>
{% for setting in plugin_settings %}
{% include "InvenTree/settings/setting.html" with key=setting%}

View File

@ -17,7 +17,6 @@
</div>
<table class='table table-striped table-condensed'>
{% include "InvenTree/settings/header.html" %}
<tbody>
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_URL" %}
{% include "InvenTree/settings/setting.html" with key="ENABLE_PLUGINS_NAVIGATION" %}