Skip to content
Snippets Groups Projects
Commit 28e794c0 authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

Synchro Apogée: retire indication en double

parent 1d9c36f8
No related branches found
No related tags found
No related merge requests found
...@@ -701,10 +701,6 @@ def etuds_select_boxes( ...@@ -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 { ...@@ -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%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment