mirror of https://gitlab.crans.org/bde/nk20
Replace timezone.now().date() by date.today()
This commit is contained in:
parent
b8c3dda95b
commit
61ace4af74
|
@ -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
|
Loading…
Reference in New Issue