Allow html in the notice message

This commit is contained in:
tidusjar 2016-06-29 13:39:28 +01:00
commit bd15090a4e

View file

@ -19,7 +19,7 @@
</div>
<div class="media-body">
<h4 class="media-heading landing-title">Notice</h4>
@Model.NoticeMessage<br />
@Html.Raw(Model.NoticeMessage)<br />
@if (Model.EnabledNoticeTime)
{
<strong><span id="startDate"></span> <span id="endDate"></span></strong>