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

Some table accessors weren't updated

This commit is contained in:
Yohann D'ANELLO
2020-09-01 19:04:35 +02:00
parent 05164636a1
commit d76aa3fec9
4 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,7 @@ from datetime import datetime
from django import forms
from django.contrib.contenttypes.models import ContentType
from django.forms import CheckboxSelectMultiple
from django.utils.timezone import make_aware
from django.utils.timezone import make_aware
from django.utils.translation import gettext_lazy as _
from note_kfet.inputs import Autocomplete, AmountInput, DateTimePickerInput