now have a class to maintain the status, use that to set alert/message for owned, and redirect after create/update/delete owned -> owneds

This commit is contained in:
2020-12-05 11:00:53 +11:00
parent d61e830525
commit 5057e856be
3 changed files with 26 additions and 25 deletions

View File

@@ -5,6 +5,7 @@
{% 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">