#28100 closed Bug (fixed)
Remove link in UserChangeForm.password's translatable help_text
Description ¶
When i try to change the password on an user by the admin on the form is getting a page 404 error, the error is because in Portuguese the translation of <a href=\"../password/""\">this form</a>." an it its translated for <a href=\"password/\">deste formulário</a>." . To fix this just change the translation for <a href=\"../password/""\">deste formulário</a>.
the file is django/contrib/auth/locale/pt/LC_MESSAGES/django.po on line 77
Best regards
Hélio
Change History (10)
comment:1 by , 8 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Summary: | Change password of a user by form is given an 404 error → Change password of a user by form gives a 404 error due to bad Portuguese translation |
comment:2 by , 8 years ago
Summary: | Change password of a user by form gives a 404 error due to bad Portuguese translation → Avoid including link into translatable string |
---|---|
Triage Stage: | Unreviewed → Accepted |
Version: | 1.11 → master |
This is not the first time we have this error. Including the link inside the translatable string is a really bad idea.
We should fix that.
comment:5 by , 8 years ago
Resolution: | invalid |
---|---|
Status: | closed → new |
comment:7 by , 8 years ago
Summary: | Avoid including link into translatable string → Remove link in UserChangeForm.password's translatable help_text |
---|---|
Triage Stage: | Accepted → Ready for checkin |
Thanks for the report, however, translations are handled at Transifex rather than in this tracker.