From 365fe916b87a46519a79cac8f1686072c24dad32 Mon Sep 17 00:00:00 2001 From: "madjid.asa" Date: Tue, 23 Apr 2024 15:16:22 +0200 Subject: [PATCH] feat(cms): modification cms du nombre de home page --- lemarche/cms/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lemarche/cms/models.py b/lemarche/cms/models.py index 981d53888..e5a415a02 100644 --- a/lemarche/cms/models.py +++ b/lemarche/cms/models.py @@ -152,7 +152,7 @@ class PaidArticleList(ArticleList): class HomePage(Page): - max_count = 2 + max_count = 3 banner_title = models.CharField( default="Votre recherche de prestataires inclusifs est chronophage ?", max_length=120 )