Opened 13 years ago
Closed 13 years ago
#17255 closed Cleanup/optimization (fixed)
Remove the "as" prefix from the timezone template tags
Reported by: | Aymeric Augustin | Owned by: | Jannis Leidel |
---|---|---|---|
Component: | Template system | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The notion of conversions is already expressed by the pipe character.
{{ value|utc }}
is clear enough and more readable than {{ value|asutc }}
.
Attachments (1)
Change History (4)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Triage Stage: | Unreviewed → Accepted |
comment:2 by , 13 years ago
by , 13 years ago
Attachment: | asremoval.diff added |
---|
Note:
See TracTickets
for help on using tickets.
I missed the patch review deadline but am committed to fix this slight problem.