From 719f0270a0f720da6881f76549b059db895164be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 31 Jul 2018 10:57:06 +0200 Subject: [PATCH] fix: Add forgotten template --- website/web/templates/country_asn_map.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 website/web/templates/country_asn_map.html diff --git a/website/web/templates/country_asn_map.html b/website/web/templates/country_asn_map.html new file mode 100644 index 0000000..2357c1a --- /dev/null +++ b/website/web/templates/country_asn_map.html @@ -0,0 +1,18 @@ + + + {% for date in to_display[0] %} + + {% endfor %} + + {% for line in to_display[1:] %} + + + {% for rank in line[1:] %} + + {% endfor %} + + {% endfor %} +
{{ date }}
{{ line[0] }}{{ rank }}
+ + +