Give ADs the red Clear Ballot button

- Legacy-Id: 14848
This commit is contained in:
Ben Campbell 2018-03-17 16:35:35 +00:00
parent 49f00b76ea
commit cc96709957

View file

@ -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)