Fixed typo in docs/howto/custom-template-tags.txt.

This commit is contained in:
albertoconnor 2017-03-01 15:42:00 -05:00 committed by Tim Graham
parent 29ea9714ee
commit 2863e79a5c
1 changed files with 1 additions and 1 deletions

View File

@ -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: