even more formatting

This commit is contained in:
2024-08-08 15:02:39 +02:00
parent b6014a72e0
commit 6a5dc9b62c
6 changed files with 16 additions and 22 deletions

View File

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