attempt to pull logos from the admin app's static images directory

(this is configured by a config value)
This commit is contained in:
Leo Hemsted
2016-08-05 17:26:40 +01:00
parent ebb8947290
commit e88624ed4a
3 changed files with 22 additions and 17 deletions

View File

@@ -28,6 +28,7 @@ class Config(object):
PAGE_SIZE = 50
SMS_CHAR_COUNT_LIMIT = 495
MMG_URL = os.environ['MMG_URL']
BRANDING_PATH = '/static/images/email-template/crests/'
NOTIFY_SERVICE_ID = 'd6aa2c68-a2d9-4437-ab19-3ae8eb202553'
INVITATION_EMAIL_TEMPLATE_ID = '4f46df42-f795-4cc4-83bb-65ca312f49cc'