emails: Fix subject -> email_subject in send_email.py.

This commit is contained in:
Steve Howell
2018-12-23 18:09:04 +00:00
committed by Tim Abbott
parent 4da28efc90
commit b4bc6b4445
2 changed files with 7 additions and 8 deletions

View File

@@ -30,7 +30,6 @@ FILES_WITH_LEGACY_SUBJECT = {
# probably always be exempt:
'zerver/lib/email_mirror.py',
'zerver/lib/feedback.py',
'zerver/lib/send_email.py',
'zerver/tests/test_new_users.py',
# These are tied more to our API than our DB model.