#12480 closed (fixed)
Wrong variable used in databrowse calendar template
| Reported by: | Jannis Leidel | Owned by: | Jannis Leidel |
|---|---|---|---|
| Component: | contrib.databrowse | Version: | 1.1 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
In source:django/trunk/django/contrib/databrowse/templates/databrowse/calendar_month.html the day variable is used on line 9 while actually month is passed to the template.
Change History (4)
comment:1 by , 16 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [12059]) Fixed #12480 - Use month variable for headline text.