fix: Added talk's score in CSV export. Closes #23

This commit is contained in:
Mindiell 2023-04-23 18:43:16 +02:00
parent 787bc67794
commit 0bc2b00cd7
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ class Talk(PonyConfModel):
1 if self.plenary else 0,
self.materials,
self.video,
self.score,
]
@property