feat(doc): Ajoute un espace entre le nom et le prénom du secrétaire.

This commit is contained in:
Serreau Jovann
2025-12-26 13:32:21 +01:00
parent 80e4eaa907
commit b1e4e1da32

View File

@@ -75,7 +75,7 @@
</div> </div>
<div> <div>
<span class="block text-gray-400 mb-1">{{ 'ag.secretary_label'|trans }}</span> <span class="block text-gray-400 mb-1">{{ 'ag.secretary_label'|trans }}</span>
<span class="text-gray-900">{{ ag.secretaire.civ }} {{ ag.secretaire.name }}{{ ag.secretaire.surname }}</span> <span class="text-gray-900">{{ ag.secretaire.civ }} {{ ag.secretaire.name }} {{ ag.secretaire.surname }}</span>
</div> </div>
</div> </div>
</div> </div>