mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
firewall: Fix minor Django deprication warning
This commit is contained in:
parent
3c895f58f5
commit
007a4ec2b0
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user