Invite views

This commit is contained in:
Mouse Reeve
2021-01-12 10:19:58 -08:00
parent 65fa08633f
commit fd6603ee07
8 changed files with 112 additions and 100 deletions

View File

@ -1,3 +1,4 @@
''' make sure all our nice views are available '''
from .authentication import Login, Register, Logout
from .password import PasswordResetRequest, PasswordReset, ChangePassword
from .invite import ManageInvites, Invite