mirror of
https://github.com/django/django.git
synced 2025-11-14 01:11:33 +00:00
Thanks Tim Graham for reporting the regression.
This commit is contained in:
parent
1f2abf784a
commit
c2bfd76ec3
2 changed files with 18 additions and 3 deletions
|
|
@ -98,7 +98,7 @@ class UserChangeForm(forms.ModelForm):
|
|||
password = ReadOnlyPasswordHashField(label=_("Password"),
|
||||
help_text=_("Raw passwords are not stored, so there is no way to see "
|
||||
"this user's password, but you can change the password "
|
||||
"using <a href=\"password/\">this form</a>."))
|
||||
"using <a href=\"../password/\">this form</a>."))
|
||||
|
||||
class Meta:
|
||||
model = User
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue