mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 17:17:12 +00:00
Partial fix for #84
This commit is contained in:
parent
6be749d018
commit
f7ef9495c8
1 changed files with 11 additions and 11 deletions
|
@ -113,7 +113,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
% restart_required = c.execute("SELECT configured, updated FROM system").fetchone()
|
% restart_required = c.execute("SELECT configured, updated FROM system").fetchone()
|
||||||
% c.close()
|
% c.close()
|
||||||
|
@ -125,6 +124,7 @@
|
||||||
% elif restart_required[0] == '1':
|
% elif restart_required[0] == '1':
|
||||||
<div class='ui center aligned grid'><div class='fifteen wide column'><div class="ui red message">Bazarr need to be restarted to apply changes to general settings.</div></div></div>
|
<div class='ui center aligned grid'><div class='fifteen wide column'><div class="ui red message">Bazarr need to be restarted to apply changes to general settings.</div></div></div>
|
||||||
% end
|
% end
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue