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

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