mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
Allow html in the notice message
This commit is contained in:
parent
7e6742e70c
commit
bd15090a4e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue