Improving form.

This commit is contained in:
Yaro Kasear 2025-10-03 14:03:43 -05:00
parent 21a3399ecd
commit 4afddf3ee6
2 changed files with 20 additions and 3 deletions

View file

@ -5,7 +5,13 @@ Inventory Manager - {{ model|title }} Listing
{% endblock %}
{% block main %}
<h1 class="display-4 text-center mt-5">{{ model|title }} Listing</h1>
<div class="container-fluid">
<h1 class="display-4 text-center mt-5">{{ model|title }} Listing</h1>
<div class="btn-group">
<button type="button" class="btn btn-primary mb-3" onclick="location.href='{{ url_for('entry.entry_new', model=model) }}'">New</button>
</div>
</div>
{{ table | safe }}
<div class="d-flex justify-content-evenly mx-5">