summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoralbertoconnor <albert@albertoconnor.ca>2017-03-01 15:42:00 -0500
committerTim Graham <timograham@gmail.com>2017-03-01 15:43:03 -0500
commit5f3fd55fe3984c2598b4fff98611ad4ca0a55cb8 (patch)
treef795d1ff389bb1e764cb2fa75568e082f4573eb0 /docs
parentead5b14d8cb85341ff0a1048abd477c3b537685c (diff)
[1.10.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c061b58e57ea7edc12701010725537c from master
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 69e223c01c..ebfe6c3836 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -499,7 +499,7 @@ you see fit:
.. code-block:: html+django
- {% get_current_time "%Y-%m-%d %I:%M %p" as the_time %}
+ {% current_time "%Y-%m-%d %I:%M %p" as the_time %}
<p>The time is {{ the_time }}.</p>
.. _howto-custom-template-tags-inclusion-tags: