diff --git a/quixote/demo/forms.ptl b/quixote/demo/forms.ptl index 4abaee8..b4c6f45 100644 --- a/quixote/demo/forms.ptl +++ b/quixote/demo/forms.ptl @@ -5,6 +5,7 @@ from quixote.form import Form, StringWidget, PasswordWidget, \ RadiobuttonsWidget, SingleSelectWidget, MultipleSelectWidget, \ CheckboxWidget, FileWidget from quixote.form.css import BASIC_FORM_CSS +from quixote.util import dump_request class Topping: @@ -111,6 +112,10 @@ def form_demo(): '' """ +

Request dump:

+ """ + dump_request() + """ """