diff --git a/templates/index_template.html b/templates/index_template.html index 4a7581d..41287ae 100644 --- a/templates/index_template.html +++ b/templates/index_template.html @@ -10,7 +10,7 @@ .button { <<>> } .dropbtn { <<>> } - + @@ -36,7 +36,7 @@ Copyright (c) 2016-2021The Regents of the K0USY Group. All rights reserved.Version SP2ONG 2019-2021 - + diff --git a/templates/main_table.html b/templates/main_table.html index 1f3be9d..e236621 100644 --- a/templates/main_table.html +++ b/templates/main_table.html @@ -90,7 +90,7 @@ {% for _master in _table['MASTERS'] %} {% if _table['MASTERS'][_master]['PEERS']|length >0 %} {% for _client, _cdata in _table['MASTERS'][_master]['PEERS'].items() %} - {{_cdata['CALLSIGN']}} ({{_master}}) + {{_cdata['CALLSIGN']}} ({{_master}}) {% endfor %} {% endif %} {% endfor %} @@ -99,9 +99,9 @@ {% if _table['PEERS']|length >0 %} PEERS: - + {% for _peer, _pdata in _table['PEERS'].items() %} - {{_pdata['CALLSIGN']}} ({{_peer}}) + {{_pdata['CALLSIGN']}} ({{_peer}}) {% endfor %} {% endif %}
Copyright (c) 2016-2021The Regents of the K0USY Group. All rights reserved.Version SP2ONG 2019-2021 - +