From 569e52a27df7dd785cf2c5e630691a9ba32a41c9 Mon Sep 17 00:00:00 2001 From: Jiri Date: Wed, 16 Mar 2022 22:24:58 +0100 Subject: [PATCH] Update config.py --- .../applications/eden/modules/templates/Spotter/config.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py b/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py index 02048e6..fc4ef6c 100644 --- a/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py +++ b/sahana-spotter/image.d/srv/web2py/applications/eden/modules/templates/Spotter/config.py @@ -77,7 +77,7 @@ def config(settings): # Uncomment this to have the Organisation Group selection during registration be mandatory #settings.auth.registration_organisation_group_required = True # Uncomment this to request the Site when a user registers - #settings.auth.registration_requests_site = True + settings.auth.registration_requests_site = True # Uncomment this to allow Admin to see Organisations in User Admin even if the Registration doesn't request this #settings.auth.admin_sees_organisation = True # Uncomment to set the default role UUIDs assigned to newly-registered users @@ -185,16 +185,15 @@ def config(settings): # Uncomment this to Translate Site Names #settings.L10n.translate_org_site = True # PDF font - settings.L10n.pdf_export_font = ['Helvetica', 'Helvetica-Bold'] + settings.L10n.pdf_export_font = ['Roboto', 'Roboto-Bold'] # Finance settings settings.fin.currencies = { - "BTC" : "BitCoin", "CZK" : "Czech Koruna", "EUR" : "Euro", "GBP" : "Great British Pounds", "USD" : "United States Dollars", - "CHF" : "Switzerland franc", + "CHF" : "Switzerland Franc", } settings.fin.currency_default = "CZK" #settings.fin.currency_writable = False # False currently breaks things