diff --git a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py index af93c61..7a3e9aa 100644 --- a/sahana/srv/sahana/applications/eden/modules/templates/default/config.py +++ b/sahana/srv/sahana/applications/eden/modules/templates/default/config.py @@ -146,7 +146,7 @@ def config(settings): # Thousands separator for numbers (defaults to space) #settings.L10n.thousands_separator = "," # Default Country Code for telephone numbers - #settings.L10n.default_country_code = 1 + settings.L10n.default_country_code = 420 # Make last name in person/user records mandatory settings.L10n.mandatory_lastname = True # Configure the list of Religions @@ -660,7 +660,7 @@ def config(settings): # ------------------------------------------------------------------------- # Human Resource Management # Uncomment to change the label for 'Staff' - settings.hrm.staff_label = "Contacts" + #settings.hrm.staff_label = "Contacts" # Uncomment to allow Staff & Volunteers to be registered without an email address #settings.hrm.email_required = False # Uncomment to allow Staff & Volunteers to be registered without an Organisation