Add inventory item creation and update endpoints; enhance inventory template with form handling

This commit is contained in:
Yaro Kasear 2025-07-07 09:40:27 -05:00
parent a1d3f58081
commit dc394dd992
4 changed files with 159 additions and 2 deletions

View file

@ -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>