forked from ScoDoc/ScoDoc
Assiduité : renommage Saisie journalière -> saisie assiduité
This commit is contained in:
parent
42fc08a3a3
commit
decdf59e20
@ -845,7 +845,7 @@ def _make_listes_sem(formsemestre: FormSemestre) -> str:
|
||||
formsemestre_id=formsemestre.id,
|
||||
group_ids=group.id,
|
||||
)}">
|
||||
Saisie journalière</a>
|
||||
Saisir l'assiduité</a>
|
||||
</div>
|
||||
<div>
|
||||
<a class="stdlink" href="{
|
||||
|
@ -1059,7 +1059,7 @@ def signal_assiduites_group():
|
||||
)
|
||||
if not groups_infos.members:
|
||||
return (
|
||||
html_sco_header.sco_header(page_title="Saisie journalière de l'assiduité")
|
||||
html_sco_header.sco_header(page_title="Saisie de l'assiduité")
|
||||
+ "<h3>Aucun étudiant ! </h3>"
|
||||
+ html_sco_header.sco_footer()
|
||||
)
|
||||
@ -1150,7 +1150,7 @@ def signal_assiduites_group():
|
||||
sco=ScoData(formsemestre=formsemestre),
|
||||
sem=sem["titre_num"],
|
||||
timeline=_timeline(heures=",".join([f"'{s}'" for s in heures])),
|
||||
title="Saisie journalière des assiduités",
|
||||
title="Saisie de l'assiduité",
|
||||
)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user