bad underlining of title
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
.. _validation_n_errors:
|
.. _validation_n_errors:
|
||||||
|
|
||||||
Validation and Error Handling
|
Validation and Error Handling
|
||||||
============
|
=============================
|
||||||
Pecan provides a variety of tools to help you handle common form validation and
|
Pecan provides a variety of tools to help you handle common form validation and
|
||||||
error handling activities, like:
|
error handling activities, like:
|
||||||
|
|
||||||
@@ -163,4 +163,4 @@ submissions into nested structures::
|
|||||||
|
|
||||||
@expose(schema=SimpleSchema(), variable_decode=True)
|
@expose(schema=SimpleSchema(), variable_decode=True)
|
||||||
def index(self):
|
def index(self):
|
||||||
return dict()
|
return dict()
|
||||||
|
|||||||
Reference in New Issue
Block a user