diff options
Diffstat (limited to 'tbc/templates/base.html')
-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 acd9341..a4a637c 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -239,6 +239,15 @@ </center> <div class="clearfix"></div> {% endif %} + {% if book_pending %} + <center> + <div class="alert" style="width:650px;height:40px;"> + <a class="close" data-dismiss="alert" href="#">×</a> + <p>You either have a proposal pending or you are already working on a book. You cannot submit a proposal at this moment.</p> + </div> + </center> + <div class="clearfix"></div> + {% endif %} {% if no_book_alloted %} <center> <div class="alert" style="width:400px;height:25px;"> |