🐛 Fix signup
This commit is contained in:
parent
48a7128370
commit
fd2f426f55
4 changed files with 37 additions and 27 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue