This commit is contained in:
Oliver Walters 2021-04-13 20:21:33 +10:00
parent 04318c6d70
commit d5034ece51

View File

@ -524,7 +524,7 @@ EMAIL_HOST_PASSWORD = get_setting(
email_config.get('password', ''),
)
EMAIL_SUBJECT_PREFIX = '[InvenTree] ')
EMAIL_SUBJECT_PREFIX = '[InvenTree] '
EMAIL_USE_LOCALTIME = False