Adds customizable invite request copy
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user