Skip to content

Commit 9b798c2

Browse files
committed
update notification email for success story submission
1 parent 1eb88c4 commit 9b798c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

successstories/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from fastly.utils import purge_url
1818

1919

20-
PSF_TO_EMAILS = ['ewa@python.org']
20+
PSF_TO_EMAILS = ['psf-staff@python.org']
2121
DEFAULT_MARKUP_TYPE = getattr(settings, 'DEFAULT_MARKUP_TYPE', 'restructuredtext')
2222

2323

0 commit comments

Comments
 (0)