summaryrefslogtreecommitdiff
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:00 -0500
commit2863e79a5c061b58e57ea7edc12701010725537c (patch)
tree4f063e287c2a249c262e1e57c3f943bbd647c4d4
parent29ea9714ee23525000dd8bdb7a9aafb2147de8c7 (diff)
Fixed typo in docs/howto/custom-template-tags.txt.
-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 d568292229..851c35dc1c 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: