From 68349142308247c86c80667a8c515aa77e50ef2b Mon Sep 17 00:00:00 2001 From: hardythe1 Date: Fri, 6 Jun 2014 13:12:24 +0530 Subject: can submit new proposal only if there are no other proposals pending --- tbc/templates/base.html | 13 +++++- tbc/views.py | 115 +++++++++++++++++++++++++----------------------- 2 files changed, 70 insertions(+), 58 deletions(-) diff --git a/tbc/templates/base.html b/tbc/templates/base.html index dca79d6..09c1c4c 100755 --- a/tbc/templates/base.html +++ b/tbc/templates/base.html @@ -179,7 +179,16 @@
{% endif %} -
+ {% if proposal_pending %} +
+
+ × +

You either have a proposal pending or you are already working on a book. You cannot submit a proposal at this moment.

+
+
+
+ {% endif %} +

Recent Submissions

{% for item in items %}
@@ -196,7 +205,7 @@ - {% endblock %} + {% endblock %}