Skip to content
Snippets Groups Projects
Commit 84e2fa07 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Also set mail addresses for non-system mails. Advances #44.

parent 4ae1b109
No related branches found
No related tags found
No related merge requests found
...@@ -253,6 +253,8 @@ COLOUR_DARK = _settings.get('theme.colours.dark', '#343a40') ...@@ -253,6 +253,8 @@ COLOUR_DARK = _settings.get('theme.colours.dark', '#343a40')
ADMINS = _settings.get('contact.admins', []) ADMINS = _settings.get('contact.admins', [])
SERVER_EMAIL = _settings.get('contact.from', 'root@localhost') SERVER_EMAIL = _settings.get('contact.from', 'root@localhost')
DEFAULT_FROM_EMAIL = _settings.get('contact.from', 'root@localhost')
MANAGERS = _settings.get('contact.admins', [])
TEMPLATE_VISIBLE_SETTINGS = ['ADMINS'] TEMPLATE_VISIBLE_SETTINGS = ['ADMINS']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment