mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-08-06 23:19:38 +02:00
Make section optinal for an user
This commit is contained in:
@@ -30,12 +30,13 @@ class Profile(models.Model):
|
||||
max_length=50,
|
||||
blank=True,
|
||||
null=True,
|
||||
default='',
|
||||
)
|
||||
section = models.CharField(
|
||||
verbose_name=_('section'),
|
||||
help_text=_('e.g. "1A0", "9A♥", "SAPHIRE"'),
|
||||
max_length=255,
|
||||
blank=True,
|
||||
null=True,
|
||||
)
|
||||
address = models.CharField(
|
||||
verbose_name=_('address'),
|
||||
|
Reference in New Issue
Block a user