Changeset - c0f47070323e
[Not reviewed]
0 1 0
Christopher Neugebauer - 8 years ago 2016-07-25 21:24:25
chrisjrn@gmail.com
Adds the speaker's e-mail address to the CSV output
1 file changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
symposion/reviews/views.py
Show inline comments
...
 
@@ -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",
 
    ]
 

	
0 comments (0 inline, 0 general)