Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
2 changed files with 7 additions and 0 deletions
Showing only changes of commit 20d4b4e1b3 - Show all commits

View File

@ -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;
}

View File

@ -2488,8 +2488,10 @@ def formsemestre_validation_but(
}">{etud.photo_html(title="fiche de " + etud.nomprenom)}</a>
</div>
</div>
<div class="jury_but_warning jury_but_box">
{warning}
</div>
</div>
<form method="post" class="jury_but_box" id="jury_but">
"""