From 9ee16e9578c8358f2845004bbf7e525818bf1349 Mon Sep 17 00:00:00 2001 From: Waldek Date: Sat, 27 Jun 2020 20:10:41 +0200 Subject: [PATCH] Display OPB table if exist --- templates/hblink_table.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/hblink_table.html b/templates/hblink_table.html index 495f542..9909b63 100644 --- a/templates/hblink_table.html +++ b/templates/hblink_table.html @@ -72,7 +72,7 @@ {% endfor %} - + {% if _table['OPENBRIDGES']|length >0 %}
@@ -90,4 +90,5 @@ {% endfor %}
+ {% endif %}