Removed redundant if around for

This commit is contained in:
Sybren A. Stüvel 2018-01-25 16:17:18 +01:00
parent b3a36f2833
commit 889b5dc1c5

View File

@ -43,7 +43,6 @@
i.pi-puzzle
| {% if not node.properties.is_tileable %}Not {% endif %}Seamless
| {% if node.properties.files %}
| {% for f in node.properties.files %}
section.node-row.texture-map
section.node-preview.texture
@ -105,14 +104,12 @@
i.pi-lock
| Download
| {% endif %}
| {% endfor %}
| {% else %}
section.node-row
section.node-details-container.texture
.node-details-header.nofiles
.node-title No texture maps... yet!
| {% endif %}
| {% endfor %}
include ../_scripts
@ -197,4 +194,3 @@ script.
});
| {% endblock %}