Split authentication views into login and register

This commit is contained in:
Mouse Reeve
2021-09-07 13:11:44 -07:00
parent 53e0e9ae1e
commit 75cc2ee164
5 changed files with 92 additions and 83 deletions

View File

@ -83,7 +83,7 @@ class Invite(View):
}
return TemplateResponse(request, "invite.html", data)
# post handling is in views.authentication.Register
# post handling is in views.register.Register
class ManageInviteRequests(View):