Steve Piercy
2016-07-05 f837c9d7fa6c9b3274a6f525c128076bb2bbd2da
Merge pull request #2680 from stevepiercy/1.7-branch

Add missing tests to quick_tutorial/forms.
1 files modified
9 ■■■■ changed files
docs/quick_tutorial/forms.rst 9 ●●●● patch | view | raw | blame | history
docs/quick_tutorial/forms.rst
@@ -74,13 +74,18 @@
    :language: html
    :linenos:
#. Finally, a template at ``forms/tutorial/wikipage_view.pt`` for viewing a
   wiki page:
#. Add a template at ``forms/tutorial/wikipage_view.pt`` for viewing a wiki
   page:
   .. literalinclude:: forms/tutorial/wikipage_view.pt
    :language: html
    :linenos:
#. Our tests in ``forms/tutorial/tests.py`` don't run, so let's modify them:
   .. literalinclude:: forms/tutorial/tests.py
    :linenos:
#. Run the tests:
   .. code-block:: bash