Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/d7364f87c1938bd801c674970e7ced5f6a31fc43?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Delete pattern in settings

pull/380/head
Halali 6 years ago
parent db69b721b2
commit d7364f87c1

@ -1131,7 +1131,7 @@
<div class='field'> <div class='field'>
<div class="ui fluid input"> <div class="ui fluid input">
<input id="settings_days_to_upgrade_subs" name="settings_days_to_upgrade_subs" <input id="settings_days_to_upgrade_subs" name="settings_days_to_upgrade_subs"
type="text" pattern= "[0-9]" value="{{ settings.general.days_to_upgrade_subs }}"> type="text" value="{{ settings.general.days_to_upgrade_subs }}">
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save