From 67a6a7c12d6122e5490eff7da56331fe1d1c1e13 Mon Sep 17 00:00:00 2001 From: Waldek Date: Mon, 22 Nov 2021 16:32:27 +0100 Subject: [PATCH] added pass html code --- templates/main_table.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main_table.html b/templates/main_table.html index ae8ec7c..fa16828 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -50,7 +50,7 @@ {% set rx.value=1 %} {% endfor %} {% if rx.value == 1 %} - {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] if _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] == 'RX' %} [O{{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1]}} >> TG {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2]}}] {% endfor %} + {% for entry in _table['OPENBRIDGES'][_openbridge]['STREAMS'] if _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][0] == 'RX' %} [O{{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][1]}} >> TG {{ _table['OPENBRIDGES'][_openbridge]['STREAMS'][entry][2]|safe}}] {% endfor %} {% endif %} {% endif %} {% endfor %}