summaryrefslogtreecommitdiff
path: root/tbc/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'tbc/templates/base.html')
-rwxr-xr-xtbc/templates/base.html3
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 %}