From 007a4ec2b09a9f4c486d4e1c0e6b3cff1a8e84bb Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sat, 12 Dec 2015 15:39:39 +0530 Subject: [PATCH] firewall: Fix minor Django deprication warning --- plinth/modules/firewall/templates/firewall.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/firewall/templates/firewall.html b/plinth/modules/firewall/templates/firewall.html index aaaec3aca..d391f9708 100644 --- a/plinth/modules/firewall/templates/firewall.html +++ b/plinth/modules/firewall/templates/firewall.html @@ -35,7 +35,7 @@

{% trans "The following is the current status:" %}

- {% if firewall_status = 'not_running' %} + {% if firewall_status == 'not_running' %}

{% blocktrans trimmed with box_name=cfg.box_name %}