Fixes the contact page
This commit is contained in:
parent
20713eef64
commit
1054deaebf
4 changed files with 19 additions and 15 deletions
|
|
@ -1,8 +1,14 @@
|
|||
@model PostalAddress
|
||||
|
||||
@if (Model==null)
|
||||
{
|
||||
<i>⚠ Pas d'adresse postale renseignée ⚠</i>
|
||||
}
|
||||
else {
|
||||
<address>
|
||||
@Model.Street1<br />
|
||||
@Model.Street2<br />
|
||||
@Model.PostalCode, @Model.City<br />
|
||||
@Model.Province @Model.State @Model.Country
|
||||
</address>
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue