From cc967099575aac036671b89cf315b2b418d44e2f Mon Sep 17 00:00:00 2001 From: Ben Campbell Date: Sat, 17 Mar 2018 16:35:35 +0000 Subject: [PATCH] Give ADs the red Clear Ballot button - Legacy-Id: 14848 --- ietf/doc/views_ballot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/doc/views_ballot.py b/ietf/doc/views_ballot.py index 87e4872f8..d065c749e 100644 --- a/ietf/doc/views_ballot.py +++ b/ietf/doc/views_ballot.py @@ -371,7 +371,7 @@ def send_ballot_comment(request, name, ballot_id): cc_select_form = cc_select_form, )) -@role_required('Secretariat') +@role_required('Area Director','Secretariat') def clear_ballot(request, name): """Clear all positions and discusses on every open ballot for a document.""" doc = get_object_or_404(Document, name=name)