From 56cd87a5aff034a7b976977a2902697cd5397b94 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Thu, 12 Mar 2015 23:47:26 -0700 Subject: [PATCH] Added link to section in docs/howto/custom-template-tags.txt. --- docs/howto/custom-template-tags.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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` +above. Example:: register.tag('current_time', do_current_time)