From ec8095c64d1e796a6b53791373053cacb17ee602 Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Thu, 22 Feb 2018 10:29:39 -0500 Subject: [PATCH] Contact email no longer used (Controlled by variables page) --- OACPL/settings.base.py | 1 - 1 file changed, 1 deletion(-) diff --git a/OACPL/settings.base.py b/OACPL/settings.base.py index 7324410..a560947 100644 --- a/OACPL/settings.base.py +++ b/OACPL/settings.base.py @@ -34,7 +34,6 @@ EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_USER = 'info@oacpl.org' EMAIL_HOST_PASSWORD = 'e/j3_fAX' EMAIL_PORT = 587 -EMAIL_CONTACT = 'david.a.sandor@outlook.com' # Application definition