From 20d4b4e1b3cceb654a162d2a49ea39580f76141f Mon Sep 17 00:00:00 2001 From: Emmanuel Viennet Date: Mon, 26 Feb 2024 21:53:45 +0100 Subject: [PATCH] cosmetic: avertissements jury --- app/static/css/jury_but.css | 5 +++++ app/views/notes.py | 2 ++ 2 files changed, 7 insertions(+) diff --git a/app/static/css/jury_but.css b/app/static/css/jury_but.css index 2e3f0f71..c75c1a50 100644 --- a/app/static/css/jury_but.css +++ b/app/static/css/jury_but.css @@ -35,6 +35,11 @@ min-width: var(--sco-content-min-width); max-width: var(--sco-content-max-width); } +div.jury_but_warning { + background-color: yellow; + border-color: red; + padding-bottom: 4px; +} div.jury_but_box_title { margin-bottom: 10px; } diff --git a/app/views/notes.py b/app/views/notes.py index 96ae6555..717131db 100644 --- a/app/views/notes.py +++ b/app/views/notes.py @@ -2488,7 +2488,9 @@ def formsemestre_validation_but( }">{etud.photo_html(title="fiche de " + etud.nomprenom)} +
{warning} +