From 18a34e8dfc1a34d539af4e6ea227a7d240ef8f54 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Wed, 31 Aug 2016 19:22:49 +0100 Subject: [PATCH] Wrap main section in main tags --- views/listing.html | 52 +++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/views/listing.html b/views/listing.html index 3208fb7..eba499d 100644 --- a/views/listing.html +++ b/views/listing.html @@ -16,30 +16,34 @@ - - - - - - - - - - - - - {% for node in nodes %} - - - - - - - - - {% endfor %} - -
NicknameBandwidthUptimeCountryFlagsType
{{ node.nickname }}{{ node.advertised_bandwidth }}{{ node.last_restarted if node.running else 'Down' }}{{ node.country_name }}{{ node.flags }}{{ node.type }}
+
+ + + + + + + + + + + + + + {% for node in nodes %} + + + + + + + + + {% endfor %} + +
NicknameBandwidthUptimeCountryFlagsType
{{ node.nickname }}{{ node.advertised_bandwidth }}{{ node.last_restarted if node.running else 'Down' }}{{ node.country_name }}{{ node.flags }}{{ node.type }}
+ +