Python formatting

This commit is contained in:
Mouse Reeve 2022-03-19 12:08:57 -07:00
parent f2ab890b5a
commit 78ac252dae

View file

@ -130,6 +130,7 @@ class ConfirmEmail(View):
class ResendConfirmEmail(View): class ResendConfirmEmail(View):
"""you probably didn't get the email because celery is slow but you can try this""" """you probably didn't get the email because celery is slow but you can try this"""
def get(self, request, error=False): def get(self, request, error=False):
"""resend link landing page""" """resend link landing page"""
return TemplateResponse(request, "confirm_email/resend.html", {"error": error}) return TemplateResponse(request, "confirm_email/resend.html", {"error": error})