Skip to content

Commit b9ad6b6

Browse files
albertoconnortimgraham
authored andcommitted
[1.9.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79 from master
1 parent e2a3095 commit b9ad6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/custom-template-tags.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ you see fit:
510510

511511
.. code-block:: html+django
512512

513-
{% get_current_time "%Y-%m-%d %I:%M %p" as the_time %}
513+
{% current_time "%Y-%m-%d %I:%M %p" as the_time %}
514514
<p>The time is {{ the_time }}.</p>
515515

516516
.. _howto-custom-template-tags-inclusion-tags:

0 commit comments

Comments
 (0)