From 4e3bd33c7556153948e582e3b4d12aa882674e65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 4 Jan 2016 10:34:27 +0100 Subject: [PATCH] settings: define portal-{user,agent} combo templates (#9444) --- hobo/settings.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hobo/settings.py b/hobo/settings.py index 26e32b5..97e140b 100644 --- a/hobo/settings.py +++ b/hobo/settings.py @@ -148,7 +148,12 @@ SERVICE_URL_TEMPLATE = 'https://${app}.example.net' # ('export-auquo.wcs', u'Au quotidien'), # ('export-demo.wcs', u'Au quotidien Demo')], # } -SERVICE_TEMPLATES = None +SERVICE_TEMPLATES = { + 'combo': [('', ''), + ('portal-user', _('User Portal')), + ('portal-agent', _('Agent Portal')), + ] +} # SERVICE_EXTRA_VARIABLES: variables to create automatically for the # given service types; they can be simple strings, or a dictionary with -- 2.6.4