Improving form.
This commit is contained in:
parent
21a3399ecd
commit
4afddf3ee6
2 changed files with 20 additions and 3 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue