AJout ID createFormation

This commit is contained in:
Aurelien PLANCKE 2021-05-21 13:11:11 +02:00
parent c42b8ec639
commit e4ff804ab1
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ class ZNotes(ObjectManager, PropertyManager, RoleManager, Item, Persistent, Impl
if editable:
H.append(
"""<p><a class="stdlink" href="formation_create">Créer une formation</a></p>
"""<p><a class="stdlink" href="formation_create" id = create_formation_link>Créer une formation</a></p>
<p><a class="stdlink" href="formation_import_xml_form">Importer une formation (xml)</a></p>
<p class="help">Une "formation" est un programme pédagogique structuré en UE, matières et modules. Chaque semestre se réfère à une formation. La modification d'une formation affecte tous les semestres qui s'y réfèrent.</p>
"""