We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42e626c commit f128b1eCopy full SHA for f128b1e
src/elections/tables.py
@@ -86,9 +86,9 @@ def to_update_dict(self) -> dict:
86
"name": self.name,
87
"type": self.type,
88
89
- "datetime_start_nominations": self.datetime_start_nominations.date(),
90
- "datetime_start_voting": self.datetime_start_voting.date(),
91
- "datetime_end_voting": self.datetime_end_voting.date(),
+ "datetime_start_nominations": self.datetime_start_nominations,
+ "datetime_start_voting": self.datetime_start_voting,
+ "datetime_end_voting": self.datetime_end_voting,
92
93
"available_positions": self.available_positions,
94
"survey_link": self.survey_link,
0 commit comments