From a78f7dfbc89b40f4ea3a011de853e196698493a7 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Thu, 6 Oct 2016 09:05:32 +0200
Subject: [PATCH] Add email options for precooked

---
 scipost/models.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scipost/models.py b/scipost/models.py
index cc0f66fff..80e144119 100644
--- a/scipost/models.py
+++ b/scipost/models.py
@@ -500,8 +500,9 @@ class AuthorshipClaim(models.Model):
 
 
 SCIPOST_FROM_ADDRESSES = (
-    ('J.-S. Caux', 'J.-S. Caux <jscaux@scipost.org>'),
     ('Admin', 'SciPost Admin <admin@scipost.org>'),
+    ('J.-S. Caux', 'J.-S. Caux <jscaux@scipost.org>'),
+    ('J. van Wezel', 'J. van Wezel <vanwezel@scipost.org'),
 )
 SciPost_from_addresses_dict = dict(SCIPOST_FROM_ADDRESSES)
 
-- 
GitLab