2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-21 06:16:29 +00:00

Various form fixes

- Updating forms, a lot has changed!
This commit is contained in:
Oliver Walters
2020-11-03 16:21:40 +11:00
parent 152801f06f
commit b936f67d87
6 changed files with 16 additions and 46 deletions

View File

@ -10,7 +10,8 @@
{% include 'part/tabs.html' with tab='bom' %}
<h3>{% trans "Bill of Materials" %}</h3>
<h4>{% trans "Bill of Materials" %}</h4>
<hr>
{% if part.bom_checked_date %}
{% if part.is_bom_valid %}

View File

@ -5,7 +5,8 @@
{% include 'part/tabs.html' with tab='build' %}
<h3>{% trans "Part Builds" %}</h3>
<h4>{% trans "Part Builds" %}</h4>
<hr>
<div id='button-toolbar'>
<div class='button-toolbar container-flui' style='float: right';>