summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/quick_tutorial/forms.rst5
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/quick_tutorial/forms.rst b/docs/quick_tutorial/forms.rst
index 6b29833bd..66e77491d 100644
--- a/docs/quick_tutorial/forms.rst
+++ b/docs/quick_tutorial/forms.rst
@@ -1,7 +1,7 @@
.. _qtut_forms:
====================================
-18: Forms and Validation With Deform
+18: Forms and Validation with Deform
====================================
Schema-driven, autogenerated forms with validation.
@@ -19,9 +19,6 @@ Instead there are a variety of form libraries that are easy to use in Pyramid.
Deform for our forms. This also gives us :ref:`Colander <colander:overview>`
for schemas and validation.
-Deform uses styling from Twitter Bootstrap and advanced widgets from popular
-JavaScript projects.
-
Objectives
==========