From ba8f640485c6b5c4cadcc7a1805c28ab44277c8c Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Thu, 6 Oct 2016 09:07:24 +0200 Subject: [PATCH] Correct typo --- scipost/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scipost/models.py b/scipost/models.py index 80e144119..f5f42c3d0 100644 --- a/scipost/models.py +++ b/scipost/models.py @@ -502,7 +502,7 @@ class AuthorshipClaim(models.Model): SCIPOST_FROM_ADDRESSES = ( ('Admin', 'SciPost Admin <admin@scipost.org>'), ('J.-S. Caux', 'J.-S. Caux <jscaux@scipost.org>'), - ('J. van Wezel', 'J. van Wezel <vanwezel@scipost.org'), + ('J. van Wezel', 'J. van Wezel <vanwezel@scipost.org>'), ) SciPost_from_addresses_dict = dict(SCIPOST_FROM_ADDRESSES) -- GitLab