diff --git a/management/daemon.py b/management/daemon.py index 98c6689c..793b31b6 100755 --- a/management/daemon.py +++ b/management/daemon.py @@ -133,6 +133,8 @@ def index(): backup_s3_hosts=backup_s3_hosts, csr_country_codes=csr_country_codes, + + nextcloud_enable=env['NEXTCLOUD_ENABLE'] ) # Create a session key by checking the username/password in the Authorization header. diff --git a/management/templates/index.html b/management/templates/index.html index f9c87f2c..dc52210a 100644 --- a/management/templates/index.html +++ b/management/templates/index.html @@ -139,7 +139,9 @@