Allow changing the project's website from a settings option. Update the default mailer templates to take the project title and website from the configuration settings.
This commit is contained in:
@@ -151,6 +151,7 @@ STATIC_URL = '/static/'
|
||||
TEMPLATE_DEBUG = True
|
||||
PROJECT_TITLE = 'Mayan EDMS'
|
||||
PROJECT_NAME = 'mayan'
|
||||
PROJECT_WEBSITE = 'http://www.mayan-edms.com'
|
||||
|
||||
LANGUAGES = (
|
||||
('ar', _('Arabic')),
|
||||
|
||||
Reference in New Issue
Block a user