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

Set server email from settings. Advances #4..

parent ae338346
No related branches found
No related tags found
No related merge requests found
...@@ -251,6 +251,7 @@ COLOUR_LIGHT = _settings.get('theme.colours.light', '#f8f9fa') ...@@ -251,6 +251,7 @@ COLOUR_LIGHT = _settings.get('theme.colours.light', '#f8f9fa')
COLOUR_DARK = _settings.get('theme.colours.dark', '#343a40') 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')
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