Tweak download page again

Blender 2.8 VC14 builds were listed in two categories
This commit is contained in:
2017-04-03 16:16:59 +02:00
parent 415e106b85
commit e79011bb2f

View File

@@ -124,7 +124,7 @@
<tr></tr>
{% for f in files|sort %}
{% if (not (("mingw" in f.text) or ("vc1" in f.text))) %}
{% if (not (("mingw" in f.text) or ("vc1" in f.text))) or ("blender-2.8" in f.text) %}
{% else %}
<tr class="file {{ row_class.next() }}">
{% if "mingw32" in f.text %}