Skip to content
Snippets Groups Projects
Commit 61ace4af authored by ynerant's avatar ynerant
Browse files

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

parent b8c3dda9
No related branches found
No related tags found
3 merge requests!104Beta,!98Morefront,!91Documents
Pipeline #8485 failed with stages
......@@ -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
......
Subproject commit 2495128755f4d1fd803bfc3b641db8074fa65310
Subproject commit 81709539a2b4b230f506291085fbee3d7d9ac9a2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment