1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-01-30 10:51:52 +00:00
This commit is contained in:
Louis Vézina 2019-11-08 10:49:07 -05:00
parent b3df181060
commit c9f512e520

View file

@ -231,7 +231,7 @@
% from six import PY2
% import datetime
% if PY2:
<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>
<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 newer. 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>