Fix bootstrap-datepicker-plus

This commit is contained in:
Yohann D'ANELLO 2022-02-04 14:54:40 +01:00
parent be0662420d
commit cb86fd43ac
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import re
from bootstrap_datepicker_plus import DatePickerInput, DateTimePickerInput
from bootstrap_datepicker_plus.widgets import DatePickerInput, DateTimePickerInput
from django import forms
from django.core.exceptions import ValidationError
from django.utils import formats