This commit is contained in:
2023-11-15 19:36:22 +01:00
parent bd8d30eac1
commit c49177d63c
6 changed files with 28 additions and 26 deletions

View File

@ -1,6 +1,7 @@
from django import forms
from django.urls import reverse
from games.models import Game, Platform, Purchase, Session, Edition, Device
from games.models import Device, Edition, Game, Platform, Purchase, Session
custom_date_widget = forms.DateInput(attrs={"type": "date"})
custom_datetime_widget = forms.DateTimeInput(