mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 01:48:21 +02:00
[WEI] Update survey words
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
@ -96,7 +96,7 @@ class Bus(models.Model):
|
||||
"""
|
||||
Store information as a JSON string
|
||||
"""
|
||||
self.information_json = json.dumps(information)
|
||||
self.information_json = json.dumps(information, indent=2)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
@ -260,7 +260,7 @@ class WEIRegistration(models.Model):
|
||||
"""
|
||||
Store information as a JSON string
|
||||
"""
|
||||
self.information_json = json.dumps(information)
|
||||
self.information_json = json.dumps(information, indent=2)
|
||||
|
||||
@property
|
||||
def is_validated(self):
|
||||
|
Reference in New Issue
Block a user