diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 5 | ||||
| -rw-r--r-- | docs/quick_tutorial/forms.rst | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/docs/index.rst b/docs/index.rst index cb63832c1..02c35866a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -70,8 +70,9 @@ platforms. Support and Development ======================= -The `Pylons Project web site <http://www.pylonsproject.org/>`_ is the main -online source of :app:`Pyramid` support and development information. +The `Pyramid website <https://trypyramid.com/resources.html>`_ is the main +entry point to :app:`Pyramid` web framework resources for support and +development information. To report bugs, use the `issue tracker <https://github.com/Pylons/pyramid/issues>`_. 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 ========== |
