Adds customizable invite request copy
This commit is contained in:
parent
1be4f31a9e
commit
38c66b208c
5 changed files with 71 additions and 32 deletions
|
@ -20,7 +20,6 @@ class Register(View):
|
|||
"""whether or not you're logged in, just go to the home view"""
|
||||
return redirect("/")
|
||||
|
||||
|
||||
@sensitive_variables("password")
|
||||
@method_decorator(sensitive_post_parameters("password"))
|
||||
def post(self, request):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue