From 5d3d44ec672f378cd9e84d645ea32212285c9e00 Mon Sep 17 00:00:00 2001 From: TitouanDor Date: Sun, 8 Mar 2026 15:09:46 +0100 Subject: [PATCH] modify price on discount --- sith/settings.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sith/settings.py b/sith/settings.py index 52d760b0..1339918d 100644 --- a/sith/settings.py +++ b/sith/settings.py @@ -551,27 +551,27 @@ SITH_SUBSCRIPTIONS = { # Discount subscriptions "un-semestre-reduction": { "name": _("One semester (-20%)"), - "price": 12, + "price": 16, "duration": 1, }, "deux-semestres-reduction": { "name": _("Two semesters (-20%)"), - "price": 22, + "price": 28, "duration": 2, }, "cursus-tronc-commun-reduction": { "name": _("Common core cursus (-20%)"), - "price": 36, + "price": 48, "duration": 4, }, "cursus-branche-reduction": { "name": _("Branch cursus (-20%)"), - "price": 36, + "price": 48, "duration": 6, }, "cursus-alternant-reduction": { "name": _("Alternating cursus (-20%)"), - "price": 24, + "price": 28, "duration": 6, }, # CA special offer