Split authentication views into login and register
This commit is contained in:
parent
53e0e9ae1e
commit
75cc2ee164
5 changed files with 92 additions and 83 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue