From e256eac55b439fb57c99f5ddb1856e514edb4a89 Mon Sep 17 00:00:00 2001 From: Ramon Wenger Date: Tue, 13 Dec 2022 13:56:58 +0100 Subject: [PATCH] Change license duration for mydetailhandel to 260 days --- server/users/licenses.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/users/licenses.py b/server/users/licenses.py index 7f5a3c3c..ea1e6a7c 100644 --- a/server/users/licenses.py +++ b/server/users/licenses.py @@ -54,25 +54,25 @@ MYSKILLBOX_LICENSES = { }, '978-3-0355-2276-1': { 'edition': TEACHER_KEY, - 'duration': 30, + 'duration': 260, 'name': 'myDetailhandel DHA - Lehrpersonen (Lizenz)', 'platform': DHA_PLATFORM }, '978-3-0355-2275-4': { 'edition': STUDENT_KEY, - 'duration': 30, + 'duration': 260, 'name': 'myDetailhandel DHA - Lernende (Lizenz)', 'platform': DHA_PLATFORM }, '978-3-0355-2274-7': { 'edition': TEACHER_KEY, - 'duration': 30, + 'duration': 260, 'name': 'myDetailhandel DHF - Lehrpersonen (Lizenz)', 'platform': DHF_PLATFORM }, '978-3-0355-2273-0': { 'edition': STUDENT_KEY, - 'duration': 30, + 'duration': 260, 'name': 'myDetailhandel DHF - Lernende (Lizenz)', 'platform': DHF_PLATFORM },