Django Sitemap Framework integriert
This commit is contained in:
@@ -166,7 +166,10 @@ class Membership(AbstractUser):
|
||||
help_text=_('Yes, I confirm that I am in agreement with the statutes \
|
||||
and would like to become a member.')
|
||||
)
|
||||
birthday = models.DateField(_("Birthday Date"), blank=True, null=True)
|
||||
birthday = models.DateField(
|
||||
_("Birthday Date"),
|
||||
blank=True, null=True,
|
||||
)
|
||||
telephone = models.CharField(
|
||||
_("Telephone"),
|
||||
max_length=30,
|
||||
|
||||
Reference in New Issue
Block a user