mirror of
https://github.com/django/django.git
synced 2025-06-03 18:49:12 +00:00
Fixed typo in docs/howto/custom-template-tags.txt.
This commit is contained in:
parent
29ea9714ee
commit
2863e79a5c
@ -490,7 +490,7 @@ you see fit:
|
|||||||
|
|
||||||
.. code-block:: html+django
|
.. 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>
|
<p>The time is {{ the_time }}.</p>
|
||||||
|
|
||||||
.. _howto-custom-template-tags-inclusion-tags:
|
.. _howto-custom-template-tags-inclusion-tags:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user