correction oubli code postal

FossilOrigin-Name: 13a21b236ca87edeff84aca12cbd876492d023ebd344c4df2b46a38f0a8f63da
This commit is contained in:
engel 2023-03-10 19:41:46 +00:00
parent bae96fce76
commit 44bf4e55d6
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
<p>
{$personne.nomPrenom}<br />
{$personne.adresse}<br />
{$personne.code} {$personne.ville}
{$personne.codePostal} {$personne.ville}
{if $courriel && $personne.courriel != ""}
<br />courriel : <a href="mailto:{$personne.courriel}">{$personne.courriel}</a>
{/if}