Fix bridge templates
The context variable `bridges` is a dictionary, not a list.master
parent
48a6ece522
commit
11c5674b20
@ -1,3 +1,3 @@
|
|||||||
{% for b in bridges %}
|
{% for b in bridges.values() %}
|
||||||
allow {{ b.name }}
|
allow {{ b.name }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue