Skip to content

Commit cc96709

Browse files
committed
Give ADs the red Clear Ballot button
- Legacy-Id: 14848
1 parent 49f00b7 commit cc96709

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/doc/views_ballot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ def send_ballot_comment(request, name, ballot_id):
371371
cc_select_form = cc_select_form,
372372
))
373373

374-
@role_required('Secretariat')
374+
@role_required('Area Director','Secretariat')
375375
def clear_ballot(request, name):
376376
"""Clear all positions and discusses on every open ballot for a document."""
377377
doc = get_object_or_404(Document, name=name)

0 commit comments

Comments
 (0)