Changes the header copy
This commit is contained in:
parent
f5d03aa1f4
commit
bd0c0ff2a2
2 changed files with 6 additions and 2 deletions
|
@ -111,7 +111,7 @@ class Register(View):
|
|||
invite.save()
|
||||
|
||||
login(request, user)
|
||||
return redirect("/")
|
||||
return redirect("get-started-profile")
|
||||
|
||||
|
||||
@method_decorator(login_required, name="dispatch")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue