Skip to content

Commit

Permalink
Merge pull request #1563 from emfcamp/cfp-export-more-info
Browse files Browse the repository at this point in the history
Add published_* and phone/arrival info to CfP export.
  • Loading branch information
jellybob authored May 19, 2024
2 parents 11d50e6 + 81ac478 commit 33e7978
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apps/cfp_review/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ def export(format: str):
"notice_required",
"tags",
"favourite_count",

"published_names",
"published_pronouns",
"published_title",
"published_description",

"arrival_period",
"departure_period",
"telephone_number",
"eventphone_number",
]

# Do not call this with untrusted field values
Expand Down

0 comments on commit 33e7978

Please sign in to comment.