From 4efa661b96d682cad76356ef1355482211c5efc5 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 Sep 2020 14:46:34 +0300 Subject: Show directions and widen table --- iss/templates/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'iss/templates/index.html') diff --git a/iss/templates/index.html b/iss/templates/index.html index e29da64..37b5f40 100644 --- a/iss/templates/index.html +++ b/iss/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% block content %} -
| Total | Rise | @@ -23,17 +23,17 @@ {% for date, preds in predictions.items() %} {% set date_loop = loop %} {% for pred in preds %} -|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ date }} | {% endif %}{{ pred.length }} | {{ pred.rise.time }} | -{{ pred.rise.azimuth }} | +{{ pred.rise.azimuth }} ({{ pred.rise.direction }}) | {{ pred.culminate.time }} | -{{ pred.culminate.azimuth }} | +{{ pred.culminate.azimuth }} ({{ pred.culminate.direction }}) | {{ pred.culminate.degrees }} | {{ pred.culminate.distance }} | {{ pred.set.time }} | -{{ pred.set.azimuth }} | +{{ pred.set.azimuth }} ({{ pred.set.direction }}) |