firewall: Fix minor Django deprication warning

This commit is contained in:
Sunil Mohan Adapa 2015-12-12 15:39:39 +05:30
parent 3c895f58f5
commit 007a4ec2b0

View File

@ -35,7 +35,7 @@
<p>{% trans "The following is the current status:" %}</p>
{% if firewall_status = 'not_running' %}
{% if firewall_status == 'not_running' %}
<p>
{% blocktrans trimmed with box_name=cfg.box_name %}