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:24:44 -0400
commit56cd87a5aff034a7b976977a2902697cd5397b94 (patch)
treeb43f0bedc361877809c1c09d3a3ae208ed22da3d
parent7614efa2f9e169749ab109aab909fbc244fd76a9 (diff)
Added link to section in docs/howto/custom-template-tags.txt.
-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 c142201e1f..ec675aada2 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -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)