diff --git a/Pages/Watchlist.cshtml b/Pages/Watchlist.cshtml index 5396637..eed4921 100644 --- a/Pages/Watchlist.cshtml +++ b/Pages/Watchlist.cshtml @@ -44,6 +44,7 @@ _ => "" }; + @Html.Raw(conference.Acronym) @Html.Raw(eventName) @(Request.Query["orderby"] == "published" ? talk.ReleaseDate?.Date.ToShortDateString() : talk.Date?.Date.ToShortDateString()) @category @@ -105,4 +106,4 @@ } - \ No newline at end of file +