diff examples/tutorial/geddit/form.py @ 619:756e7418e10c trunk

GenshiTutorial: various updates to sync with wiki page.
author cmlenz
date Thu, 30 Aug 2007 14:19:59 +0000
parents 236c351928a2
children
line wrap: on
line diff
--- a/examples/tutorial/geddit/form.py
+++ b/examples/tutorial/geddit/form.py
@@ -1,7 +1,7 @@
 from formencode import Schema, validators
 
 
-class SubmissionForm(Schema):
+class LinkForm(Schema):
     username = validators.UnicodeString(not_empty=True)
     url = validators.URL(not_empty=True, add_http=True, check_exists=False)
     title = validators.UnicodeString(not_empty=True)
Copyright (C) 2012-2017 Edgewall Software