forked from mirrors/bookwyrm
Python formatting
This commit is contained in:
parent
f2ab890b5a
commit
78ac252dae
1 changed files with 1 additions and 0 deletions
|
@ -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})
|
||||||
|
|
Loading…
Reference in a new issue