Mercurial > sat_legacy_website
diff sat_website/local_settings.py @ 66:64977f537e9b
fixes typo
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 16 May 2015 18:45:05 +0200 |
parents | 26353615cc2e |
children | a14845624e01 |
line wrap: on
line diff
--- a/sat_website/local_settings.py Sat May 16 17:28:19 2015 +0200 +++ b/sat_website/local_settings.py Sat May 16 18:45:05 2015 +0200 @@ -33,7 +33,7 @@ # EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend' FORM_FROM_EMAIL = 'no-reply@example.net' -FORM_TO_EMAIL = ['email@example.net'] +FORM_TO_EMAILS = ['email@example.net'] # Application definition