[WEI] Fix some issues
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
a2a749e1ca
commit
f25eb1d2c5
2 changed files with 11 additions and 2 deletions
|
|
@ -40,6 +40,7 @@ class WEISurveyForm2021(forms.Form):
|
|||
if not information.seed:
|
||||
information.seed = int(1000 * time.time())
|
||||
information.save(registration)
|
||||
registration._force_save = True
|
||||
registration.save()
|
||||
|
||||
rng = Random(information.seed)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue