From 7bf02077fdf19c6501a8eb8f3762db6769a421a0 Mon Sep 17 00:00:00 2001 From: Ben Campbell Date: Sat, 17 Mar 2018 16:39:24 +0000 Subject: [PATCH] Give ADs the red Clear Ballot button - Legacy-Id: 14849 --- ietf/templates/doc/document_ballot_content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/doc/document_ballot_content.html b/ietf/templates/doc/document_ballot_content.html index 76abc4262..a021f3177 100644 --- a/ietf/templates/doc/document_ballot_content.html +++ b/ietf/templates/doc/document_ballot_content.html @@ -66,7 +66,7 @@ {% endif %} {% endif %} - {% if user|has_role:"Secretariat" %} + {% if user|has_role:"Area Director,Secretariat" %} Clear ballot {% endif %} {% endif %}