From 94216e027d890868cb5b3e25b4ce37442c4fbb28 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Thu, 27 Jan 2022 04:00:03 +0900 Subject: Address RemovedInDjango40Warning (5) Django 3.1 deprecates {% ifequal %} template tag in favor of {% if %} as {% if %} covers all use cases. https: //docs.djangoproject.com/en/4.0/releases/3.1/#features-deprecated-in-3-1 Change-Id: Ief79fb4a08599ad94ed82f3e404620cc54a7eedf --- horizon/templates/horizon/common/_data_table_table_actions.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/horizon/templates/horizon/common/_data_table_table_actions.html b/horizon/templates/horizon/common/_data_table_table_actions.html index 44ff936f2..98f0982f5 100644 --- a/horizon/templates/horizon/common/_data_table_table_actions.html +++ b/horizon/templates/horizon/common/_data_table_table_actions.html @@ -4,7 +4,7 @@ {% if filter.filter_type == 'fixed' %}
{% for button in filter.fixed_buttons %} -