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 %}

The time is {{ the_time }}.

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