mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-04-08 03:15:22 +00:00
Email Config Has a Typo
There's an errant capital "E" preventing the SMTP user from appearing on the settings page.
This commit is contained in:
parent
10322cdff3
commit
1f50a2dbfc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ def view_data():
|
|||
"email_backend": settings.EMAIL_BACKEND,
|
||||
"email_host": settings.EMAIL_HOST,
|
||||
"email_port": settings.EMAIL_PORT,
|
||||
"Email_host_user": settings.EMAIL_HOST_USER,
|
||||
"email_host_user": settings.EMAIL_HOST_USER,
|
||||
"email_use_tls": settings.EMAIL_USE_TLS,
|
||||
"email_use_ssl": settings.EMAIL_USE_SSL,
|
||||
"email_sender": settings.EMAIL_SENDER,
|
||||
|
|
Loading…
Reference in a new issue