Replace timezone.now().date() by date.today()

This commit is contained in:
Yohann D'ANELLO 2020-08-16 00:35:13 +02:00
parent b8c3dda95b
commit 61ace4af74
2 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
from django.contrib import admin
from note_kfet.admin import admin_site
from .forms import GuestForm
from .forms import GuestForm
from .models import Activity, ActivityType, Entry, Guest

@ -1 +1 @@
Subproject commit 2495128755f4d1fd803bfc3b641db8074fa65310
Subproject commit 81709539a2b4b230f506291085fbee3d7d9ac9a2