diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index ef557aa6f29299d77f8af63ce1408c41606e1161..5935ae1fc6162ec91ad70605ffd58539f0923c0a 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -30,6 +30,9 @@ from_email = os.environ.get("DJANGO_DEFAULT_FROM_EMAIL", None) 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) + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name