Allow html in the notice message

pull/385/head
tidusjar 8 years ago
parent 7e6742e70c
commit bd15090a4e

@ -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>

Loading…
Cancel
Save