Skip to content

Commit

Permalink
Merge pull request #129 from effective-altruism-australia/master
Browse files Browse the repository at this point in the history
Add gift status to full exports
  • Loading branch information
nathansherburn authored Oct 4, 2024
2 parents 98b0a7c + ca9aad8 commit a9cb577
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions donation/views/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ def download_full_spreadsheet(request):
('Share with GiveWell', 'pledge__share_with_givewell'),
('Share with GWWC', 'pledge__share_with_gwwc'),
('Share with TLYCS', 'pledge__share_with_tlycs'),
('Gift', 'pledge__is_gift'),
]
return download_spreadsheet(request, extra_fields)

0 comments on commit a9cb577

Please sign in to comment.