diff options
| author | Aurélien Bompard <aurelien@bompard.org> | 2016-05-20 07:27:40 +0000 |
|---|---|---|
| committer | Aurélien Bompard <aurelien@bompard.org> | 2016-06-20 09:31:50 +0000 |
| commit | 1d470959fbe3df3c968b9591e32f0f8c3c31e94b (patch) | |
| tree | b0eb814f269547aad5aaa99d2276aa1ecd3f5cec | |
| parent | 45d7132e35972e298ddf36b8f314fef2bd420d8c (diff) | |
| download | ansible-1d470959fbe3df3c968b9591e32f0f8c3c31e94b.tar.gz ansible-1d470959fbe3df3c968b9591e32f0f8c3c31e94b.tar.xz ansible-1d470959fbe3df3c968b9591e32f0f8c3c31e94b.zip | |
Hyperkitty: update settings
| -rw-r--r-- | roles/mailman/templates/settings.py.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index 66884be4a..023908d13 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -109,8 +109,7 @@ TEMPLATES = [ 'django.contrib.messages.context_processors.messages', 'social.apps.django_app.context_processors.backends', 'social.apps.django_app.context_processors.login_redirect', - 'hyperkitty.context_processors.export_settings', - 'hyperkitty.context_processors.postorius_info', + 'hyperkitty.context_processors.common', 'postorius.context_processors.postorius', ], }, |
