mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
[1.10.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c
from master
This commit is contained in:
parent
ead5b14d8c
commit
5f3fd55fe3
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue