2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-12 23:00:53 +00:00

fix endline

This commit is contained in:
Matthias Mair
2022-05-20 13:35:07 +02:00
parent 93b6934127
commit 74726f0fda
117 changed files with 93 additions and 118 deletions

View File

@@ -16,4 +16,4 @@
</div>
</div>
{% endfor %}
{% endif %}
{% endif %}

View File

@@ -7,4 +7,4 @@ onPanelLoad('{{ panel.key }}', function() {
});
{% endif %}
{% endfor %}
{% endif %}
{% endif %}

View File

@@ -3,4 +3,4 @@
{% for panel in plugin_panels %}
{% include "sidebar_item.html" with label=panel.key text=panel.title icon=panel.icon %}
{% endfor %}
{% endif %}
{% endif %}