From 443ecc0267d275e1d885ef3382b4b26eb5ad2c14 Mon Sep 17 00:00:00 2001 From: Christian Merten Date: Thu, 14 Nov 2024 00:11:22 +0100 Subject: [PATCH] local: fix cloud link --- jdav_web/jdav_web/settings/components/jet.py | 2 +- jdav_web/jdav_web/settings/local.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jdav_web/jdav_web/settings/components/jet.py b/jdav_web/jdav_web/settings/components/jet.py index 5bcd764..1ea4dfe 100644 --- a/jdav_web/jdav_web/settings/components/jet.py +++ b/jdav_web/jdav_web/settings/components/jet.py @@ -47,6 +47,6 @@ JET_SIDE_MENU_ITEMS = [ {'name': 'materialpart', 'permissions': ['material.view_materialpart']}, ]}, {'label': 'Externe Links', 'items' : [ - { 'label': 'Packlisten und Co.', 'url': CLOUD_LINK } + { 'label': 'Nextcloud', 'url': CLOUD_LINK } ]}, ] diff --git a/jdav_web/jdav_web/settings/local.py b/jdav_web/jdav_web/settings/local.py index adab9b9..675abdf 100644 --- a/jdav_web/jdav_web/settings/local.py +++ b/jdav_web/jdav_web/settings/local.py @@ -25,7 +25,7 @@ MAX_AGE_GOOD_CONDUCT_CERTIFICATE_MONTHS = 24 ALLOWANCE_PER_DAY = 10 MAX_NIGHT_COST = 11 -CLOUD_LINK = 'https://cloud.jdav-ludwigsburg.de/index.php/s/qxQCTR8JqYSXXCQ' +CLOUD_LINK = 'https://nc.cloud-jdav-hd.de' # Admin setup @@ -42,7 +42,7 @@ MAX_REMINDER_COUNT = 3 TEST_MAIL = "post@flavigny.de" -REGISTRATION_FORM_DOWNLOAD_LINK = 'https://cloud.jdav-ludwigsburg.de/index.php/s/NQfRqA9MTKfPBkC' +REGISTRATION_FORM_DOWNLOAD_LINK = 'https://nc.cloud-jdav-hd.de' DOMAIN = 'jdav-hd.merten.dev'