Merge pull request #32 from lca2017/chrisjrn/csv_speaker_email
Adds the speaker's e-mail address to the CSV output
This commit is contained in:
		
						commit
						c12a541ec6
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -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", | ||||
|     ] | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Scott Bragg
						Scott Bragg