Ticket #3753: template-invalid-varname-doc.diff
File template-invalid-varname-doc.diff, 577 bytes (added by , 18 years ago) |
---|
-
docs/templates_python.txt
212 212 tags, the variable will be interpreted as ``None``. Filters are always 213 213 applied to invalid variables within these template tags. 214 214 215 If TEMPLATE_STRING_IF_INVALID contains a ``'%s'``, it will be replaced with 216 the name of the invalid variable. 217 215 218 .. admonition:: For debug purposes only! 216 219 217 220 While ``TEMPLATE_STRING_IF_INVALID`` can be a useful debugging tool,