From 73bf14984c627b2caf292445752bbc04d59d72a0 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sat, 4 Jan 2020 13:15:50 +0100
Subject: [PATCH] Fix syntax.

---
 aleksis/core/settings.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py
index 8458d65c0..887e63cc6 100644
--- a/aleksis/core/settings.py
+++ b/aleksis/core/settings.py
@@ -281,7 +281,7 @@ CONSTANCE_CONFIG = {
     "COLOUR_PRIMARY": ("#007bff", _("Primary colour")),
     "COLOUR_SECONDARY": ("#007bff", _("Secondary colour")),
     "MAIL_OUT_NAME": ("AlekSIS", _("Mail out name")),
-    "MAIL_OUT": ("aleksis@example.com", _("Mail out address"), "email_field'),
+    "MAIL_OUT": ("aleksis@example.com", _("Mail out address"), "email_field"),
     "PRIVACY_URL": ("", _("Link to privacy policy"), "url_field"),
     "IMPRINT_URL": ("", _("Link to imprint"), "url_field"),
 }
-- 
GitLab