diff options
| author | Chris McDonough <chrism@plope.com> | 2014-07-02 14:36:27 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2014-07-02 14:36:27 -0400 |
| commit | c688c70fb2bf6731bbdbf68682eebb203b540a04 (patch) | |
| tree | ea8180431e824e90638fa9bc3cee5b836646a1f5 /docs/quick_tutorial/jinja2.rst | |
| parent | ef69722a01f9a41819186187b7e1258272285a13 (diff) | |
| download | pyramid-c688c70fb2bf6731bbdbf68682eebb203b540a04.tar.gz pyramid-c688c70fb2bf6731bbdbf68682eebb203b540a04.tar.bz2 pyramid-c688c70fb2bf6731bbdbf68682eebb203b540a04.zip | |
dont need to use any settings, we include pyramid_jinja2 in main
Diffstat (limited to 'docs/quick_tutorial/jinja2.rst')
| -rw-r--r-- | docs/quick_tutorial/jinja2.rst | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/quick_tutorial/jinja2.rst b/docs/quick_tutorial/jinja2.rst index 2f1e295dd..ad6da7a9e 100644 --- a/docs/quick_tutorial/jinja2.rst +++ b/docs/quick_tutorial/jinja2.rst @@ -45,12 +45,6 @@ Steps .. literalinclude:: jinja2/tutorial/home.jinja2 :language: html -#. Get the ``pyramid.includes`` into the functional test setup in - ``jinja2/tutorial/tests.py``: - - .. literalinclude:: jinja2/tutorial/tests.py - :linenos: - #. Now run the tests: .. code-block:: bash |
