summaryrefslogtreecommitdiff
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:09:27 +0100
commit895c0889e4546965202069057307def11190e50e (patch)
tree815e363cf6c0764222a8b58f42f858a592f82fa1
parente9005d693c4643c499ccecb4e11f8dc7e01cf604 (diff)
[3.0.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 33eecfa7405ea997669f8edb61c596c3f295c793 from master
-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)