mirror of
https://github.com/django/django.git
synced 2025-03-24 00:00:45 +00:00
[1.11.x] Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 2863e79a5c061b58e57ea7edc12701010725537c from master
This commit is contained in:
parent
6109a04251
commit
f834c278b5
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user