Add inventory item creation and update endpoints; enhance inventory template with form handling
This commit is contained in:
parent
a1d3f58081
commit
dc394dd992
4 changed files with 159 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
</div>
|
||||
{% if submit_button %}
|
||||
<div class="col text-end">
|
||||
<button type="submit" class="btn btn-primary">Save</button>
|
||||
<button type="submit" class="btn btn-primary" id="saveButton">Save</button>
|
||||
</div>
|
||||
{% endif %}
|
||||
</nav>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue