From c0f47070323e2ec9a3f50f84cd684ab3b195bd82 2016-07-25 21:24:25 From: Christopher Neugebauer Date: 2016-07-25 21:24:25 Subject: [PATCH] Adds the speaker's e-mail address to the CSV output --- 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", ]