Changeset - f60f3e4ff22b
[Not reviewed]
0 1 0
Brett Smith - 5 years ago 2019-09-30 15:20:23
brettcsmith@brettcsmith.org
settings: THEME_CONTACT_EMAIL defaults to DEFAULT_FROM_EMAIL.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/settings.py
Show inline comments
...
 
@@ -34,3 +34,3 @@ if from_email is not None:
 

	
 
THEME_CONTACT_EMAIL = os.environ.get("THEME_CONTACT_EMAIL", None)
 
THEME_CONTACT_EMAIL = os.environ.get("THEME_CONTACT_EMAIL", from_email)
 

	
0 comments (0 inline, 0 general)