diff options
Diffstat (limited to 'tbc/templates')
-rwxr-xr-x | tbc/templates/base.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tbc/templates/base.html b/tbc/templates/base.html index edbb92c..9e7ae28 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -265,6 +265,15 @@ </center> <div class="clearfix"></div> {% endif %} + {% if bookupdate %} + <center> + <div class="alert" style="width:400px;height:25px;"> + <a class="close" data-dismiss="alert" href="#">×</a> + <p>Thank You ! Codes have been updated successfully !</p> + </div> + </center> + <div class="clearfix"></div> + {% endif %} <div class="row-fluid"> <h3 style='float: left;margin-left: 50px; display: inline-block;'>Recent Submissions</h3> <div style="float:right; margin-right: 50px; width: 400px;"> |