Skip to content
Snippets Groups Projects
Commit 50791beb authored by Romain Degez's avatar Romain Degez
Browse files
parents b4771ded 0ba3fdf3
Branches
No related tags found
No related merge requests found
...@@ -418,6 +418,11 @@ def fiche_etud(etudid=None): ...@@ -418,6 +418,11 @@ def fiche_etud(etudid=None):
) )
) )
# Modules & Notes
info["module_html"] = "<div> TEST </div>"
# Devenir de l'étudiant: # Devenir de l'étudiant:
has_debouche = True has_debouche = True
if sco_permissions_check.can_edit_suivi(): if sco_permissions_check.can_edit_suivi():
...@@ -623,6 +628,8 @@ def fiche_etud(etudid=None): ...@@ -623,6 +628,8 @@ def fiche_etud(etudid=None):
%(fichiers_archive_htm)s %(fichiers_archive_htm)s
</div> </div>
%(module_html)s
%(debouche_html)s %(debouche_html)s
%(annotations_mkup)s %(annotations_mkup)s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment