summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-03-12 23:47:26 -0700
committerTim Graham <timograham@gmail.com>2015-03-13 08:26:28 -0400
commit06085024f6401e8a55e1e43b301125175e4a7de3 (patch)
tree3660e25d3d071a9e24aefff5fc2ec56eb117c45a
parent606e436a37b8bcf486ad2ddaa2afba5015deb070 (diff)
[1.8.x] Added link to section in docs/howto/custom-template-tags.txt.
Backport of 56cd87a5aff034a7b976977a2902697cd5397b94 from master
-rw-r--r--docs/howto/custom-template-tags.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt
index 17c972a986..eb5c99c719 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -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)