1
0
Fork 0

Fixed profile link

master
Sebastian Lohff vor 7 Jahren
Ursprung 04fe44da9a
Commit 7825b530e3

@ -28,7 +28,7 @@ def profile(request):
auth_login(request, pwForm.user)
messages.success(request, "Password changed")
return HttpResponseRedirect(reverse("profile"))
return HttpResponseRedirect(reverse("user:profile"))
if not pwForm:
pwForm = PasswordChangeForm(user=request.user)

Laden…
Abbrechen
Speichern