mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +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>
|
<p>{% trans "The following is the current status:" %}</p>
|
||||||
|
|
||||||
{% if firewall_status = 'not_running' %}
|
{% if firewall_status == 'not_running' %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% blocktrans trimmed with box_name=cfg.box_name %}
|
{% blocktrans trimmed with box_name=cfg.box_name %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user