From a0e6d29ca1777ca3411b31e482c69ed18b5c5b2a Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Thu, 1 Sep 2016 13:09:05 +0100 Subject: [PATCH] Format flags in listing table --- views/listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}