From 9550588139e8f751cc526b613a8c700c6b0b6e4e Mon Sep 17 00:00:00 2001
From: Armand SADY <armand.sady.etu@univ-lille.fr>
Date: Thu, 13 Feb 2025 10:58:56 +0000
Subject: [PATCH] test html code to see where the html should be created, and
 how to render it properly with the rest of the code

---
 app/scodoc/sco_page_etud.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/app/scodoc/sco_page_etud.py b/app/scodoc/sco_page_etud.py
index 0f70477f..0f519b11 100644
--- a/app/scodoc/sco_page_etud.py
+++ b/app/scodoc/sco_page_etud.py
@@ -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
-- 
GitLab