#2326: "Using Jinja" docs typo
----------------------------+-----------------------------------------------
Reporter: seedifferently | Owner: pedersen
Type: defect | Status: closed
Priority: high | Milestone: 2.0
Component: Documentation | Version: trunk
Severity: major | Resolution: fixed
Keywords: |
----------------------------+-----------------------------------------------
Changes (by percious):
* status: assigned => closed
* resolution: => fixed
Old description:
> In the docs under "using jinja" there is a typo that causes the first
> couple of lines to not show up in the HTML page. You have to "view
> source" to see:
>
> {{{
> .. warning: Currently Jinja does not support dotted notation so if you're
> using Jinja you will have to turn it off in app_cfg.py::
>
> base_config.use_dotted_templatenames = False
> }}}
>
>
> == http://www.turbogears.org/2.0/docs/main/Templates/Jinja.html ==
New description:
In the docs under "using jinja" there is a typo that causes the first
couple of lines to not show up in the HTML page. You have to "view source"
to see:
{{{
.. warning: Currently Jinja does not support dotted notation so if you're
using Jinja you will have to turn it off in app_cfg.py::
base_config.use_dotted_templatenames = False
}}}
This is fixed and therefore i am closing it. There is no warning in the
docs indicating this is a problem.
== http://www.turbogears.org/2.0/docs/main/Templates/Jinja.html ==
--
Ticket URL: <http://trac.turbogears.org/ticket/2326#comment:3>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "TurboGears Tickets" group.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---