Updated UI Python deprecation warning.

pull/684/head
Louis Vézina 5 years ago
parent 79baeb7c0e
commit b3df181060

@ -231,7 +231,7 @@
% from six import PY2
% import datetime
% if PY2:
<div class='ui center aligned grid'><div class='fifteen wide column'><div class="ui yellow message">Bazarr is now compatible with Python 3.6 and earlier. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019.</div></div></div>
<div class='ui left aligned grid'><div class='fluid column'><div class="ui yellow icon message"><i class="python icon"></i><div class="content"><div class="header">Python deprecation warning</div>Bazarr is now compatible with Python 3.6 and earlier. You should upgrade Python as we'll drop support for Python 2.7.x by the end of 2019.</div></div></div></div>
% end
</div>
</body>

Loading…
Cancel
Save