moved display message to base.html, should have done this from the beginning (doh), and then fixed deletion errors/redirections to be moe sensible
This commit is contained in:
@@ -7,11 +7,6 @@
|
||||
<h3 class="col-lg-6"><center>Books in Series</center></h3>
|
||||
{% endif %}
|
||||
</div class="row">
|
||||
{% if message|length %}
|
||||
<div class="row alert alert-{{alert}}">
|
||||
{{message}}
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
<form class="form form-inline col-lg-12" action="" method="POST">
|
||||
|
||||
Reference in New Issue
Block a user