Skip to content

Instantly share code, notes, and snippets.

@jorgebastida
Created August 1, 2013 09:37
Show Gist options
  • Save jorgebastida/6129923 to your computer and use it in GitHub Desktop.
Save jorgebastida/6129923 to your computer and use it in GitHub Desktop.
import wtforms
class MyForm(wtforms.form.Form):
first_name = wtforms.TextField(u'First Name')
form = MyForm(first_name="Hello", last_name="Ignored")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment