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

Fix #126 (join_bda)

This commit is contained in:
korenstin
2024-07-15 14:27:55 +02:00
parent 201d6b114a
commit f90b28fc7c
6 changed files with 84 additions and 57 deletions

View File

@ -259,6 +259,11 @@ class Club(models.Model):
help_text=_('Maximal date of a membership, after which members must renew it.'),
)
add_registration_form = models.BooleanField(
verbose_name=_("add to registration form"),
default=False,
)
class Meta:
verbose_name = _("club")
verbose_name_plural = _("clubs")