From 064f18d507bc225ef0941344a66f99b489a05f8c Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 8 May 2015 17:30:49 +0530 Subject: Added validation to check if book is pending for old book submission --- tbc/templates/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tbc/templates') 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 @@
{% endif %} + {% if book_pending %} +You either have a proposal pending or you are already working on a book. You cannot submit a proposal at this moment.
+