Changes the header copy

This commit is contained in:
Mouse Reeve
2021-04-01 12:46:38 -07:00
parent f5d03aa1f4
commit bd0c0ff2a2
2 changed files with 6 additions and 2 deletions

View File

@ -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")