Django Sitemap Framework integriert

This commit is contained in:
2016-10-11 23:54:18 +02:00
parent 8595959872
commit ba44e97e9a
20 changed files with 249 additions and 176 deletions

View File

@@ -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,