Skip to content

Commit fe7bb51

Browse files
committed
Updated contact form email to-address to [email protected]
1 parent 4e80c6d commit fe7bb51

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pythonkc_site/settings.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,8 @@
146146

147147

148148
CONTACT_EMAIL_FROM = '[email protected]'
149-
# The following should become [email protected], and eventually
150-
151-
CONTACT_EMAIL_TO = ['[email protected]']
149+
# The following should become [email protected]
150+
CONTACT_EMAIL_TO = ['[email protected]']
152151

153152
try:
154153
from local_settings import *

0 commit comments

Comments
 (0)