mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-14 11:05:41 +00:00
typo fix
This commit is contained in:
@ -524,7 +524,7 @@ EMAIL_HOST_PASSWORD = get_setting(
|
|||||||
email_config.get('password', ''),
|
email_config.get('password', ''),
|
||||||
)
|
)
|
||||||
|
|
||||||
EMAIL_SUBJECT_PREFIX = '[InvenTree] ')
|
EMAIL_SUBJECT_PREFIX = '[InvenTree] '
|
||||||
|
|
||||||
EMAIL_USE_LOCALTIME = False
|
EMAIL_USE_LOCALTIME = False
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user