forked from CGM_Public/pretix_original
WIP: use api
This commit is contained in:
@@ -37,7 +37,7 @@ class WalletLayout(LoggedModel):
|
||||
)
|
||||
platform = models.CharField(max_length=10)
|
||||
style = models.CharField(max_length=255)
|
||||
layout = models.JSONField()
|
||||
layout = models.JSONField(default={})
|
||||
|
||||
class Meta:
|
||||
ordering = ("name",)
|
||||
|
||||
Reference in New Issue
Block a user