From 2d19a90163d9923ba4a0e9094ed962d31c158655 2018-10-10 16:00:12 From: Brett Smith Date: 2018-10-10 16:00:12 Subject: [PATCH] settings: THEME_CONTACT_EMAIL defaults to DEFAULT_FROM_EMAIL. --- diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index dab0bb000ad2417c98657e71ab4c07767799945b..79a256e3f7103189ddad71f9fa04385843efabce 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -27,7 +27,7 @@ if from_email is not None: DEFAULT_FROM_EMAIL = from_email SERVER_EMAIL = DEFAULT_FROM_EMAIL -THEME_CONTACT_EMAIL = os.environ.get("THEME_CONTACT_EMAIL", None) +THEME_CONTACT_EMAIL = os.environ.get("THEME_CONTACT_EMAIL", from_email) # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name