Adds registration view

This commit is contained in:
Mouse Reeve
2021-01-12 08:19:08 -08:00
parent 6e71ff2aa1
commit 05b4cb59b0
8 changed files with 68 additions and 61 deletions

View File

@ -1,2 +1,2 @@
''' make sure all our nice views are available '''
from .authentication import LoginView
from .authentication import LoginView, RegisterView