forked from ScoDoc/ScoDoc
Fix typo (check_group_apogee)
This commit is contained in:
parent
37c7e82994
commit
d4e875a7bd
@ -2085,11 +2085,11 @@ def check_group_apogee(group_id, etat=None, fix=False, fixmail=False):
|
|||||||
H.append("<ul>")
|
H.append("<ul>")
|
||||||
if nfix:
|
if nfix:
|
||||||
H.append(f"<li><b>{nfix}</b> codes modifiés</li>")
|
H.append(f"<li><b>{nfix}</b> codes modifiés</li>")
|
||||||
H.append("<li>Codes NIP: <b>{nerrs}</b> anomalies détectées</li>")
|
|
||||||
H.append("<li>Adresse mail: <b>{nmailmissing}</b> étudiants sans adresse</li>")
|
|
||||||
H.append("</ul>")
|
|
||||||
H.append(
|
H.append(
|
||||||
f"""
|
f"""
|
||||||
|
<li>Codes NIP: <b>{nerrs}</b> anomalies détectées</li>
|
||||||
|
<li>Adresse mail: <b>{nmailmissing}</b> étudiants sans adresse</li>
|
||||||
|
</ul>
|
||||||
<div class="scobox">
|
<div class="scobox">
|
||||||
<form method="get" action="{request.base_url}">
|
<form method="get" action="{request.base_url}">
|
||||||
<input type="hidden" name="formsemestre_id" value="{formsemestre_id}"/>
|
<input type="hidden" name="formsemestre_id" value="{formsemestre_id}"/>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: python -*-
|
# -*- mode: python -*-
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
SCOVERSION = "9.7.5"
|
SCOVERSION = "9.7.6"
|
||||||
|
|
||||||
SCONAME = "ScoDoc"
|
SCONAME = "ScoDoc"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user