diff --git a/views/listing.html b/views/listing.html index f49ff7e..c7a7c1b 100644 --- a/views/listing.html +++ b/views/listing.html @@ -19,7 +19,7 @@ {{ node.advertised_bandwidth }} {{ node.last_restarted if node.running else 'Down' }} {{ node.country_name }} - {{ node.flags }} + {{ node.flags | join(', ') }} {{ node.type }} {% endfor %}