#15226 closed (fixed)
SelectDateWidget always renders label associated with the month field
| Reported by: | Ramiro Morales | Owned by: | nobody |
|---|---|---|---|
| Component: | Forms | Version: | dev |
| Severity: | 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 (last modified by )
A small one: This widget has the ability to layout the three select HTML controls ordered according to the locale DATE_FORMAT when USE_L10N is in use.
The [X]HTML LABEL tag for is rendered always associated with the month select control even when USE_L10N=True and a format spec/locale where month doesn't come first as in English is in use.
Change History (3)
comment:1 by , 15 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [15427]: