Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/commit/bd15090a4ed00fa38c6d8443e9e728728b6deba3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Allow html in the notice message

pull/385/head
tidusjar 9 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