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:55 +0100
commitc31252fc75fd29291e4592c9a08e8583e421f28d (patch)
tree846604852f0484144482144a9bf3fa233a690546
parentda186625a017175e9caccc304474511620d4c6ef (diff)
downloaddjango-c31252fc75fd29291e4592c9a08e8583e421f28d.tar.gz
[2.2.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 c311607af7..24a2e59f1c 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)