Ticket #6179: templates_python.txt.diff
| File templates_python.txt.diff, 465 bytes (added by Ionut Ciocirlan <ionut.ciocirlan@gmail.com>, 1 year ago) |
|---|
-
docs/templates_python.txt
old new 691 691 won't cause an ``AttributeError`` (because integers don't have ``lower()`` 692 692 methods). 693 693 694 Registering acustom filters694 Registering custom filters 695 695 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 696 696 697 697 Once you've written your filter definition, you need to register it with
