diff --git a/management/daemon.py b/management/daemon.py index cbbfd6bf..520711b7 100755 --- a/management/daemon.py +++ b/management/daemon.py @@ -134,6 +134,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 @@
  • Two-Factor Authentication
  • + {% if nextcloud_enable==1 %}
  • Contacts/Calendar
  • + {% endif %}
  • Web