mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-13 02:25:38 +00:00
typo fix
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user