all-reviews CSV now includes the proposal type rather than the proposal section
This commit is contained in:
parent
32c2d697b0
commit
7b6843ca1e
1 changed files with 2 additions and 1 deletions
|
@ -167,7 +167,8 @@ def review_all_proposals_csv(request):
|
|||
|
||||
proposal.speaker_name = proposal.speaker.name
|
||||
section_slug = proposal.kind.section.slug
|
||||
proposal.proposal_type = section_slug
|
||||
kind_slug = proposal.kind.slug
|
||||
proposal.proposal_type = kind_slug
|
||||
|
||||
if not request.user.has_perm("reviews.can_review_%s" % section_slug):
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue