diff --git a/symposion/reviews/views.py b/symposion/reviews/views.py index b6569de4a3808fe1d1c8aa19779e5fdaa6cd70a4..29f85ed81fab0f851c33ac94069e2fb9bdb8ad3a 100644 --- a/symposion/reviews/views.py +++ b/symposion/reviews/views.py @@ -119,7 +119,8 @@ def review_all_proposals_csv(request): # The fields from each proposal object to report in the csv fields = [ - "id", "proposal_type", "speaker_name", "title", "submitted", "cancelled", "status", + "id", "proposal_type", "speaker_name","speaker_email", "title", + "submitted", "cancelled", "status", "score", "total_votes", "minus_two", "minus_one", "plus_one", "plus_two", ]