TODO-28 - completed and used to reduce unwanted cols for on wish list, and add rating for poor rating books

This commit is contained in:
2021-01-09 15:32:55 +11:00
parent 3c4cdeb4fb
commit 40e2ac1a34
4 changed files with 82 additions and 53 deletions

View File

@@ -103,7 +103,7 @@
</div class="collapse navbar-collapse">
</nav>
{% if message|length %}
{% if message is defined and message|length %}
<div class="row alert alert-{{alert}}">
{{message|safe}}
{{ ClearStatus() }}