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:42:17 -0500
commitf834c278b5476e02e846b22a94f433aef711b1e0 (patch)
tree9db5332035f9accc1bedf1433386b539ba75b222 /docs
parent6109a042514619cd9ea124c1d7bafe4a7cf72e69 (diff)
[1.11.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 53ea433137..726b956308 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -490,7 +490,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: