mirror of
https://github.com/django/django.git
synced 2025-03-11 18:02:35 +00:00
[1.8.x] Fixed #25051 -- Clarified return type of {% now %} tag.
Backport of a871cf422d8f7a15d3029684538136e0c92f99dc from master
This commit is contained in:
parent
e2acbfb69b
commit
73cbf08159
@ -810,8 +810,8 @@ This would display as "It is the 4th of September".
|
||||
|
||||
|
||||
You can also use the syntax ``{% now "Y" as current_year %}`` to store the
|
||||
output inside a variable. This is useful if you want to use ``{% now %}``
|
||||
inside a template tag like :ttag:`blocktrans` for example::
|
||||
output (as a string) inside a variable. This is useful if you want to use
|
||||
``{% now %}`` inside a template tag like :ttag:`blocktrans` for example::
|
||||
|
||||
{% now "Y" as current_year %}
|
||||
{% blocktrans %}Copyright {{ current_year }}{% endblocktrans %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user