forked from ScoDoc/ScoDoc
Typo, fixes #375
This commit is contained in:
parent
7594781001
commit
f0744c594a
@ -131,8 +131,10 @@ def index_html(showcodes=0, showsemtable=0):
|
|||||||
if not showsemtable:
|
if not showsemtable:
|
||||||
H.append(
|
H.append(
|
||||||
f"""<hr>
|
f"""<hr>
|
||||||
<p><a class="stdlink" href="{url_for('scolar.index_html', scodoc_dept=g.scodoc_dept, showsemtable=1)
|
<p><a class="stdlink" href="{url_for('scolar.index_html',
|
||||||
}">Voir tous les semestres ({len(othersems)} verrouillés)</a>
|
scodoc_dept=g.scodoc_dept, showsemtable=1)
|
||||||
|
}">Voir table des semestres (dont {len(othersems)}
|
||||||
|
verrouillé{'s' if len(othersems) else ''})</a>
|
||||||
</p>"""
|
</p>"""
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user