loan now has working create/update/delete, still no add/rem books though

This commit is contained in:
2020-12-21 22:06:35 +11:00
parent c4d7fdaa04
commit 7bd81d3119
3 changed files with 52 additions and 38 deletions

View File

@@ -2,6 +2,12 @@
{% block main_content %}
<h3>Loans</h3>
{% if message|length %}
<div class="row alert alert-{{alert}}">
{{message}}
{{ ClearStatus() }}
</div>
{% endif %}
<table id="book_table" class="table table-striped table-sm" data-toolbar="#toolbar" data-search="true">
<thead>
<tr class="thead-light"><th>Surname</th><th>Firstname(s)</th><th>Date Lent</th><th>Contact Details</th></tr>