#33530 closed Cleanup/optimization (fixed)
Typo in documentation on "Built-in template tags" page
Reported by: | Andrey Otto | Owned by: | Andrey Otto |
---|---|---|---|
Component: | Documentation | Version: | 4.0 |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
Just a typo in documentation on page Built-in template tags and filters - time
{% value|time:"H\h i\m" %}
should be
{{ value|time:"H\h i\m" }}
Note:
See TracTickets
for help on using tickets.
PR