From c780c94fb60e975914687f297f98269ab08e007c Mon Sep 17 00:00:00 2001 From: Leo Hemsted Date: Wed, 10 Jan 2018 10:47:40 +0000 Subject: [PATCH] derry strabane council email whitelist --- app/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/config.py b/app/config.py index c4443ee1f..547821b47 100644 --- a/app/config.py +++ b/app/config.py @@ -98,6 +98,7 @@ class Config(object): r"biglotteryfund\.org\.uk", r"marinemanagement\.org\.uk", r"britishmuseum\.org", + r"derrystrabane\.com", ] LOGO_UPLOAD_BUCKET_NAME = 'public-logos-local'