summaryrefslogtreecommitdiff
path: root/docs/howto
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:33 -0500
commitb9ad6b645d16c9bd50cc0546111c7c68cbc0ca54 (patch)
tree46363da77e6acadff2398ee81e4f15d928bffa39 /docs/howto
parente2a30959a773b7899f5888ef259a62120ae5ba78 (diff)
[1.9.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c061b58e57ea7edc12701010725537c from master
Diffstat (limited to 'docs/howto')
-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 08e666d86c..0a1175e5f1 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -510,7 +510,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: