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/base.html | 2 +- iss/templates/index.html | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'iss/templates') diff --git a/iss/templates/base.html b/iss/templates/base.html index 952f948..eb9767d 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -11,7 +11,7 @@
-Upcoming passes of the International Space Station at your location over the next 10 days.
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 }}) |