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
|
@ -25,6 +25,7 @@
|
|||
<td>Local</td>
|
||||
<td>Poste</td>
|
||||
<td>Statut</td>
|
||||
<td>Description</td>
|
||||
</tr>
|
||||
{{range $organismes}}
|
||||
{{if eq .Statut "Inactif"}}
|
||||
|
@ -33,12 +34,14 @@
|
|||
<td>{{.Local}}</td>
|
||||
<td>{{.Poste}}</td>
|
||||
<td class="organismeInactif">{{.Statut}}</td>
|
||||
<td>{{.Description}}</td>
|
||||
{{else}}
|
||||
<tr class="tableRow">
|
||||
<td>{{.Nom}}</td>
|
||||
<td>{{.Local}}</td>
|
||||
<td>{{.Poste}}</td>
|
||||
<td class="organismeActif">{{.Statut}}</td>
|
||||
<td>{{.Description}}</td>
|
||||
{{end}}
|
||||
</tr>
|
||||
{{end}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue