From 58dabb696106eaa4932ac664727b645e0ea23b32 Mon Sep 17 00:00:00 2001
From: Robert Sparks <rjsparks@nostrum.com>
Date: Thu, 16 Apr 2015 19:39:08 +0000
Subject: [PATCH] Don't show needed positions for closed ballots. Fixes #1622.
 Commit ready for merge.  - Legacy-Id: 9516

---
 ietf/templates/doc/document_ballot_content.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ietf/templates/doc/document_ballot_content.html b/ietf/templates/doc/document_ballot_content.html
index 131066dad..5c02e5c40 100644
--- a/ietf/templates/doc/document_ballot_content.html
+++ b/ietf/templates/doc/document_ballot_content.html
@@ -44,9 +44,10 @@
       {% endif %}
     {% endif %}
 
-    <p class="alert alert-info"><b>Summary:</b> {{ summary }}</p>
     {% if not ballot_open %}
       <p class="alert alert-warning"><b>Note:</b> This ballot was opened for revision {{ ballot.rev }} and is now closed.</p>
+    {% else %}
+      <p class="alert alert-info"><b>Summary:</b> {{ summary }}</p>
     {% endif %}
 
     {% if ballot.ballot_type.question %}