from wtforms import Form, BooleanField, TextField, validators,PasswordField class LoginForm(Form): username= TextField(\'Username\', [validators.Length(min=4, max=25)])
Hi everyone (this is my first thread here) I\'m making an \"imageslider\" (but with div:s) with jquery.