diff --git a/module/dialog-chronologie.js b/module/dialog-chronologie.js
index 781e31d1..244589c9 100644
--- a/module/dialog-chronologie.js
+++ b/module/dialog-chronologie.js
@@ -25,6 +25,7 @@ export class DialogChronologie extends Dialog {
       journalId: game.settings.get(SYSTEM_RDD, LATEST_USED_JOURNAL_ID),
       journaux: game.journal.filter(it => it.testUserPermission(game.user, CONST.DOCUMENT_OWNERSHIP_LEVELS.OWNER)),
       timestamp: game.system.rdd.calendrier.timestamp,
+      config: game.system.rdd.config,
       dateReel: game.system.rdd.calendrier.dateReel()
     };
     const html = await renderTemplate("systems/foundryvtt-reve-de-dragon/templates/dialog-chronologie.html", dialogData);
diff --git a/templates/common/timestamp.hbs b/templates/common/timestamp.hbs
index 058bf90c..ebddd72e 100644
--- a/templates/common/timestamp.hbs
+++ b/templates/common/timestamp.hbs
@@ -6,7 +6,7 @@
         type="number" data-dtype="Number" min="1" max="28"
         name="{{path}}.jourDuMois" value="{{jourDuMois}}" />
     
     {{timestamp-imgSigne mois}}
     
@@ -15,7 +15,7 @@
     
     
     
     {{timestamp-imgSigne heure}}