From eb6db921938c72c0655ca2e381818a471f99f5fa Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Thu, 21 Aug 2008 13:41:10 +0800 Subject: Implement confirmation emails. To do this, we need to allow sucessive requests for the same confirmation URL. Signed-off-by: Jeremy Kerr --- apps/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/settings.py') diff --git a/apps/settings.py b/apps/settings.py index 0d74b10..df656de 100644 --- a/apps/settings.py +++ b/apps/settings.py @@ -92,3 +92,4 @@ INSTALLED_APPS = ( ) DEFAULT_PATCHES_PER_PAGE = 100 +PATCHWORK_FROM_EMAIL = 'Patchwork ' -- cgit v1.2.3