From 635101a1b6282edb9b87cbd3e0677d30a5bee8ac Mon Sep 17 00:00:00 2001 From: catborise Date: Wed, 6 Sep 2023 13:30:58 +0300 Subject: [PATCH] remove deprecated ifnotequal dtl tag --- storages/templates/storage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}
{% csrf_token %}