diff options
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-x | tbc/templates/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index a317de5..82855ca 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -106,6 +106,9 @@ {% if update_book %} <p>Book has been updated successfully </p> {% endif %} + {% if not_found %} + <p>There is no submission to be updated !</p> + {% endif %} <div class="row-fluid"> <center><h3>Latest Books</h3></center> {% for item in items %} |