summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHasan Ramezani <hasan.r67@gmail.com>2019-11-19 10:08:32 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-11-19 10:08:32 +0100
commit33eecfa7405ea997669f8edb61c596c3f295c793 (patch)
tree94487b6916d0cb8ec94442d220afdfa469c9bbda /docs
parent555bebe7749ab1a72d5141a00f9ce7a602c72298 (diff)
Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/custom-template-tags.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt
index 977e00b4a3..c745c9e54b 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -892,7 +892,7 @@ Registering the tag
-------------------
Finally, register the tag with your module's ``Library`` instance, as explained
-in :ref:`writing custom template filters<howto-writing-custom-template-tags>`
+in :ref:`writing custom template tags<howto-writing-custom-template-tags>`
above. Example::
register.tag('current_time', do_current_time)