]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - www/templates/modules/tracker-peerlist.html
Move everything to the root of the repository.
[people/shoehn/ipfire.org.git] / www / templates / modules / tracker-peerlist.html
diff --git a/www/templates/modules/tracker-peerlist.html b/www/templates/modules/tracker-peerlist.html
deleted file mode 100644 (file)
index ea89c98..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<table class="table table-striped">
-       <thead>
-               <tr>
-                       <th>&nbsp;</th>
-                       <th>Hostname</th>
-               </tr>
-       </thead>
-       <tbody>
-               {% for peer in peers %}
-                       <tr>
-                               <td>
-                                       <img src="{{ static_url("images/flags/" + peer.country_code + ".png") }}"
-                                               alt="{{ peer.country_code }}" />
-                                       {{ peer.ip }}
-                               </td>
-                               <td>{{ peer.hostname or "---" }}</td>
-                       </tr>
-               {% end %}
-       </tbody>
-</table>