Adds customizable invite request copy

This commit is contained in:
Mouse Reeve
2021-09-18 15:42:48 -07:00
parent 1be4f31a9e
commit 38c66b208c
5 changed files with 71 additions and 32 deletions

View File

@ -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):