fix tests and templates
This commit is contained in:
parent
01a56540d0
commit
d67903fd4b
4 changed files with 8 additions and 3 deletions
|
@ -43,7 +43,7 @@ class MoveUser(View):
|
|||
|
||||
except PermissionDenied:
|
||||
form.errors["target"] = [
|
||||
"Set this user as an alias on the user you wish to move to before moving"
|
||||
"Set this user as an alias on the user you are moving to first"
|
||||
]
|
||||
data = {"form": form, "user": request.user}
|
||||
return TemplateResponse(request, "preferences/move_user.html", data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue