diff --git a/app/but/forms/refcomp_forms.py b/app/but/forms/refcomp_forms.py index b39ea213..ee67cba2 100644 --- a/app/but/forms/refcomp_forms.py +++ b/app/but/forms/refcomp_forms.py @@ -25,7 +25,7 @@ class RefCompLoadForm(FlaskForm): "Choisir un référentiel de compétences officiel BUT" ) upload = FileField( - label="Ou bien sélectionner un fichier XML au format Orébut", + label="... ou bien sélectionner un fichier XML au format Orébut (réservé aux développeurs !)", validators=[ FileAllowed( [ diff --git a/app/scodoc/sco_edit_apc.py b/app/scodoc/sco_edit_apc.py index 8cb516a5..7e71f51d 100644 --- a/app/scodoc/sco_edit_apc.py +++ b/app/scodoc/sco_edit_apc.py @@ -76,7 +76,7 @@ def html_edit_formation_apc( ues_by_sem[semestre_idx] = formation.ues.filter_by( semestre_idx=semestre_idx ).order_by(UniteEns.semestre_idx, UniteEns.numero, UniteEns.acronyme) - ects = [ue.ects for ue in ues_by_sem[semestre_idx]] + ects = [ue.ects for ue in ues_by_sem[semestre_idx] if ue.type != UE_SPORT] if None in ects: ects_by_sem[semestre_idx] = 'manquant' else: diff --git a/app/static/css/jury_but.css b/app/static/css/jury_but.css index 1182096a..642fab4c 100644 --- a/app/static/css/jury_but.css +++ b/app/static/css/jury_but.css @@ -1,9 +1,20 @@ /* Saisie décision de jury BUT */ -.jury_but { +.jury_but form { font-family: Verdana, Geneva, Tahoma, sans-serif; } +.jury_but .titre_parcours { + font-size: 130%; + padding-bottom: 12px; +} + +.jury_but .nom_etud { + font-size: 100%; + font-weight: bold; + padding-bottom: 12px; +} + .but_annee { display: inline-grid; grid-template-columns: repeat(4, auto); diff --git a/app/templates/pn/form_ues.html b/app/templates/pn/form_ues.html index a867bfc9..fed11833 100644 --- a/app/templates/pn/form_ues.html +++ b/app/templates/pn/form_ues.html @@ -43,8 +43,14 @@ {% set virg = joiner(", ") %} ( {%- if ue.ue_code -%}{{ virg() }}code {{ue.ue_code}} {%- endif -%} - {{ virg() }}{{ue.ects if ue.ects is not none - else 'aucun'|safe}} ECTS) + {{ virg() }} + {%- if ue.type == 0 -%} + {{ue.ects + if ue.ects is not none + else 'aucun'|safe + }} ECTS + {%- endif -%} + ) {% if (ue.niveau_competence is none) and ue.type == 0 %} diff --git a/app/views/notes.py b/app/views/notes.py index 715be55a..b13b2667 100644 --- a/app/views/notes.py +++ b/app/views/notes.py @@ -2263,12 +2263,14 @@ def formsemestre_validation_but(formsemestre_id: int, etudid: int): ) H.append( f""" -
-
-

Jury BUT{deca.annee_but} +
+
Jury BUT{deca.annee_but} - Parcours {(deca.parcour.libelle if deca.parcour else False) or "non spécifié"} - - {deca.annee_scolaire_str()}

+ - {deca.annee_scolaire_str()}
+
{etud.nomprenom}
+ +
Décision de jury pour l'année : {