Skip to content
Snippets Groups Projects
Commit 95505881 authored by Armand Sady's avatar Armand Sady
Browse files

test html code to see where the html should be created, and how to render it...

test html code to see where the html should be created, and how to render it properly with the rest of the code
parent 00868c29
No related branches found
No related tags found
No related merge requests found
......@@ -418,6 +418,11 @@ def fiche_etud(etudid=None):
)
)
# Modules & Notes
info["module_html"] = "<div> TEST </div>"
# Devenir de l'étudiant:
has_debouche = True
if sco_permissions_check.can_edit_suivi():
......@@ -623,6 +628,8 @@ def fiche_etud(etudid=None):
%(fichiers_archive_htm)s
</div>
%(module_html)s
%(debouche_html)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