{{{
{% value|time:"H\h i\m" %}
}}}
should be
{{{
{{ value|time:"H\h i\m" }}
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33530>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/33530#comment:1>
* owner: DIVYANSH => Andrey Otto
--
Ticket URL: <https://code.djangoproject.com/ticket/33530#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"f70a875cc05c46b3bfcc1637356081f0c5782bea" f70a875c]:
{{{
#!CommitTicketReference repository=""
revision="f70a875cc05c46b3bfcc1637356081f0c5782bea"
Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33530#comment:4>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"89befae7b5b7e668d6c2bc4d1b312bc10016130b" 89befae]:
{{{
#!CommitTicketReference repository=""
revision="89befae7b5b7e668d6c2bc4d1b312bc10016130b"
[4.0.x] Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt.
Backport of f70a875cc05c46b3bfcc1637356081f0c5782bea from main
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33530#comment:5>