[WEI] Update survey words
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
41a0b3a1c1
commit
802a6c68cb
4 changed files with 19 additions and 12 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue