Added link to section in docs/howto/custom-template-tags.txt.

This commit is contained in:
Ian Lee 2015-03-12 23:47:26 -07:00 committed by Tim Graham
parent 7614efa2f9
commit 56cd87a5af
1 changed files with 2 additions and 1 deletions

View File

@ -917,7 +917,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)