[WEI] Fix some issues

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-09-05 17:30:59 +02:00
parent a2a749e1ca
commit f25eb1d2c5
No known key found for this signature in database
GPG key ID: 3A75C55819C8CF85
2 changed files with 11 additions and 2 deletions

View file

@ -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)