forked from ScoDoc/ScoDoc
Ajout titre d'UE au bulletin BUT JSON
This commit is contained in:
parent
2f7e0b06a4
commit
41469707af
@ -57,6 +57,7 @@ class BulletinBUT(ResultatsSemestreBUT):
|
|||||||
"dict synthèse résultats UE"
|
"dict synthèse résultats UE"
|
||||||
d = {
|
d = {
|
||||||
"id": ue.id,
|
"id": ue.id,
|
||||||
|
"titre": ue.titre,
|
||||||
"numero": ue.numero,
|
"numero": ue.numero,
|
||||||
"type": ue.type,
|
"type": ue.type,
|
||||||
"ECTS": {
|
"ECTS": {
|
||||||
|
Loading…
Reference in New Issue
Block a user