Adjusting spacing between function arguments
This commit is contained in:
parent
4bcaf9f32a
commit
63bf10f9a6
@ -127,7 +127,7 @@ EMAIL_FP_VERIFICATION_TEMPLATE = (
|
||||
u"http://{host}{uri}?"
|
||||
u"userid={userid}&token={fp_verification_key}")
|
||||
|
||||
def send_fp_verification_email(user,request):
|
||||
def send_fp_verification_email(user, request):
|
||||
"""
|
||||
Send the verification email to users to change their password.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user