feature: Ajouter champs Description à vie-etudiante
Permets d'ajouter une courte description de l'organisme, du comité ou du service de l'AGECEM Aussi ajouter la section `Services de l'AGECEM` avec le CMS, le BE, la permanence et la friperie
This commit is contained in:
parent
6423a1fc34
commit
f78dd6f547
3 changed files with 39 additions and 30 deletions
|
@ -595,10 +595,11 @@ func HandleVieEtudiante(c echo.Context) error {
|
|||
var data struct {
|
||||
Data struct {
|
||||
Organismes map[string][]struct {
|
||||
Nom string
|
||||
Local string
|
||||
Poste string
|
||||
Statut string
|
||||
Nom string
|
||||
Local string
|
||||
Poste string
|
||||
Statut string
|
||||
Description string
|
||||
}
|
||||
}
|
||||
Error string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue