Skip to content
Snippets Groups Projects
Unverified Commit 88b16041 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

wtforms.fields.html5 is deprecated

parent 3fff87e1
No related branches found
No related tags found
No related merge requests found
from flask_wtf import FlaskForm
from wtforms import (
StringField, PasswordField, BooleanField, IntegerField, SelectField,
FileField, DateTimeField, TextAreaField, Field, FormField, widgets)
from wtforms.fields.html5 import DateField
FileField, DateTimeField, TextAreaField, Field, FormField, DateField,
widgets)
from wtforms.validators import InputRequired, Optional
import ipaddress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment