displays localized
This commit is contained in:
parent
3c63e80e90
commit
75d5f52e9a
4 changed files with 38 additions and 29 deletions
|
|
@ -35,7 +35,7 @@
|
|||
@Html.DisplayFor(modelItem => item.EventDate)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.Location.Address)
|
||||
@Html.DisplayFor(modelItem => item.Location)
|
||||
</td>
|
||||
<td>
|
||||
@Html.DisplayFor(modelItem => item.PerformerProfile.Performer.UserName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue