From 09b50f06278a7d49c3d2a997a2d97196874389ac Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 Sep 2020 20:19:05 +0300 Subject: Reverse table cycle --- iss/templates/passes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iss/templates/passes.html b/iss/templates/passes.html index e430c69..1368368 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -24,7 +24,7 @@ {% for date, preds in predictions.items() %} {% set date_loop = loop %} {% for pred in preds %} - + {% if loop.first %}{{ date }}{% endif %} {{ pred.length }} {{ pred.rise.time }} -- cgit v1.3.1