Update opolka/ScoDoc from ScoDoc/ScoDoc #2

Merged
opolka merged 1272 commits from ScoDoc/ScoDoc:master into master 2024-05-27 09:11:04 +02:00
Showing only changes of commit 6cbeeedb1c - Show all commits

View File

@ -319,6 +319,7 @@ def moduleimpl_inscriptions_stats(formsemestre_id):
<tr>
{'<th>UE</th>' if not is_apc else ""}
<th>Code</th>
<th>Module</th>
<th>Inscrits</th>
<th></th>
</tr>
@ -348,6 +349,7 @@ def moduleimpl_inscriptions_stats(formsemestre_id):
<td class="formsemestre_status_code">{
modimpl.module.code or "(module sans code)"
}</td>
<td class="formsemestre_status_module">{modimpl.module.titre or ""}</td>
<td class="formsemestre_status_inscrits">{
mod_nb_inscrits[modimpl.id]}</td><td>{c_link}</td>
</tr>