mirror of
https://github.com/inventree/InvenTree.git
synced 2025-11-06 16:15:42 +00:00
Refactoring a lot of existing settings views
This commit is contained in:
13
InvenTree/templates/panel.html
Normal file
13
InvenTree/templates/panel.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class='panel panel-default panel-inventree panel-hidden' id='panel-{% block label %}name{% endblock %}'>
|
||||
{% block panel_heading %}
|
||||
<div class='panel-heading'>
|
||||
<h4>{% block heading %}HEADING{% endblock %}</h4>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block panel_content %}
|
||||
<div class='panel-content'>
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user