diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index c142201e1f2..ec675aada21 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)