From ee8ee30ec5bce57da3888c5eded8f28d4dced24f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 15 Jan 2026 01:04:33 +0100 Subject: [PATCH] fix setting --- app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/settings.py b/app/settings.py index ac823019..e03b1d5f 100644 --- a/app/settings.py +++ b/app/settings.py @@ -603,7 +603,7 @@ TELEFORMA_EXAM_SCRIPT_SERVICE_URL = '/webviewer/teleforma.html' TELEFORMA_EXAM_USE_S3 = True TELEFORMA_PRIVATE_DOCUMENTS_MODE = True TELEFORMA_PRIVATE_MEDIA_USE_S3 = True -TELFORMA_MEDIA_DOWNLOAD = False +TELEFORMA_MEDIA_DOWNLOAD = False ORAL_OPTION_PRICE = 250 FASICLE_OPTION_PRICE = 110 -- 2.39.5