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

🐛 Fix signup

This commit is contained in:
Yohann D'ANELLO
2020-08-06 19:56:37 +02:00
parent 48a7128370
commit fd2f426f55
4 changed files with 37 additions and 27 deletions

View File

@ -99,7 +99,7 @@ class Profile(models.Model):
last_report = models.DateField(
verbose_name=_("last report date"),
default=timezone.now,
default=timezone.now().date(),
)
email_confirmed = models.BooleanField(