1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

add VSS checkbox on registration

This commit is contained in:
bleizi
2023-08-31 12:21:38 +02:00
parent ba0d64f0d4
commit b3353b563c
6 changed files with 55 additions and 0 deletions

View File

@ -134,6 +134,11 @@ class Profile(models.Model):
default=False,
)
VSS_charter_read = models.BooleanField(
verbose_name=_("VSS charter read"),
default=False
)
@property
def ens_year(self):
"""