Opened 9 years ago
Last modified 9 years ago
#27455 closed Bug
When use "zh-HANT" locale,the URL of "reset user password" page in Django Admin is not correct. — at Initial Version
| Reported by: | frocelu | Owned by: | nobody |
|---|---|---|---|
| Component: | Internationalization | Version: | 1.10 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | yes |
Description
In "en-US" locale,the page:「http://[DOMAIN]/admin/auth/user/[ID]/change/」 have a link to change user's password.
The URL of the link is 「http://[DOMAIN]/admin/auth/user/[ID]/password/」.
But,when I switch to "zh-HANT" locale, the function on「http://[DOMAIN]/admin/auth/user/[ID]/change/」 can't work.
It goes to 「http://[DOMAIN]/admin/auth/user/[ID]/change/password/」 ,it is a wrong link.
Note:
See TracTickets
for help on using tickets.