diff --git a/storages/templates/storage.html b/storages/templates/storage.html index 8da0c31..4b6235b 100644 --- a/storages/templates/storage.html +++ b/storages/templates/storage.html @@ -160,7 +160,7 @@ - {% ifnotequal volume.type "iso" %} + {% if volume.type != "iso" %} @@ -168,7 +168,7 @@ - {% endifnotequal %} + {% endif %}