Skip to content

Instantly share code, notes, and snippets.

@jorgebastida
Created August 1, 2013 09:37
Show Gist options
  • Select an option

  • Save jorgebastida/6129923 to your computer and use it in GitHub Desktop.

Select an option

Save jorgebastida/6129923 to your computer and use it in GitHub Desktop.

Revisions

  1. Jorge Bastida created this gist Aug 1, 2013.
    8 changes: 8 additions & 0 deletions gistfile1.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    import wtforms


    class MyForm(wtforms.form.Form):
    first_name = wtforms.TextField(u'First Name')


    form = MyForm(first_name="Hello", last_name="Ignored")