Commit 06085024 authored by Ian Lee's avatar Ian Lee Committed by Tim Graham
Browse files

[1.8.x] Added link to section in docs/howto/custom-template-tags.txt.

Backport of 56cd87a5 from master
parent 606e436a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -933,7 +933,8 @@ Registering the tag
~~~~~~~~~~~~~~~~~~~

Finally, register the tag with your module's ``Library`` instance, as explained
in "Writing custom template filters" above. Example::
in :ref:`writing custom template filters<howto-writing-custom-template-tags>`
above. Example::

    register.tag('current_time', do_current_time)