forked from ScoDoc/ScoDoc
Synchro Apogée: retire indication en double
This commit is contained in:
parent
1d9c36f8e2
commit
28e794c089
@ -701,10 +701,6 @@ def etuds_select_boxes(
|
|||||||
|
|
||||||
if not etud.get("paiementinscription", True):
|
if not etud.get("paiementinscription", True):
|
||||||
elink += '<span class="paspaye"> (non paiement)</span>'
|
elink += '<span class="paspaye"> (non paiement)</span>'
|
||||||
if etud.get("datefinalisationinscription"):
|
|
||||||
elink += f"""<span class="finalise"> (inscr. finalisée le {
|
|
||||||
etud["datefinalisationinscription"].strftime(scu.DATE_FMT)
|
|
||||||
})</span>"""
|
|
||||||
|
|
||||||
H.append("""<div class="pas_etud%s">""" % c)
|
H.append("""<div class="pas_etud%s">""" % c)
|
||||||
if "etape" in etud:
|
if "etape" in etud:
|
||||||
|
@ -3850,11 +3850,6 @@ span.finalisationinscription {
|
|||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
|
|
||||||
span.finalise {
|
|
||||||
font-weight: normal;
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.pas_sembox_title a {
|
.pas_sembox_title a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user