Skip to content
Snippets Groups Projects
Commit 3f045936 authored by Romain Degez's avatar Romain Degez
Browse files

test ajout menu deroulant

parent 50791beb
No related branches found
No related tags found
No related merge requests found
...@@ -421,7 +421,17 @@ def fiche_etud(etudid=None): ...@@ -421,7 +421,17 @@ def fiche_etud(etudid=None):
# Modules & Notes # Modules & Notes
info["module_html"] = "<div> TEST </div>" info["module_html"] = """<section>
<div>
<h2>Ressources</h2>
<div class=CTA_Liste>
Liste <svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" fill="none" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M18 15l-6-6-6 6" />
</svg>
</div>
</div>
<div class=evaluations></div>
</section>"""
# Devenir de l'étudiant: # Devenir de l'étudiant:
has_debouche = True has_debouche = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment