From ae8b2927efd8920f037c2d7b49ad59dbf162db94 Mon Sep 17 00:00:00 2001 From: Jacquin Antoine Date: Mon, 20 Jul 2026 01:29:44 +0200 Subject: [PATCH] Saisie des heures au clavier uniquement dans le tableau hebdomadaire MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remplace les inputs type=time par des champs texte HH:MM pour supprimer l'icône d'horloge et le sélecteur natif qui rognaient le texte. 💘 Generated with Crush Assisted-by: Crush:glm-5.2 --- app/main.py | 8 ++++---- app/templates/_ligne.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/main.py b/app/main.py index 28152b8..b50a3c2 100644 --- a/app/main.py +++ b/app/main.py @@ -385,17 +385,17 @@ def _oob_time_cells(date, jour, plages): matin_html = ( f'
' f'
' - f'' + f'' f'' - f'' + f'' f'
' ) aprem_html = ( f'
' f'
' - f'' + f'' f'' - f'' + f'' f'
' ) return matin_html + aprem_html diff --git a/app/templates/_ligne.html b/app/templates/_ligne.html index 73b399d..2e1bbb6 100644 --- a/app/templates/_ligne.html +++ b/app/templates/_ligne.html @@ -18,10 +18,10 @@
- -
@@ -30,10 +30,10 @@
- -