minor style fixes
This commit is contained in:
parent
d1d339225c
commit
8cf7e4405d
6 changed files with 13 additions and 12 deletions
|
@ -6,7 +6,6 @@ from bookwyrm.tasks import app
|
|||
|
||||
def password_reset_email(reset_code):
|
||||
''' generate a password reset email '''
|
||||
# TODO; this should be tempalted
|
||||
site = models.SiteSettings.get()
|
||||
send_email.delay(
|
||||
reset_code.user.email,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue