From aa685f4a2b7743ced2ceafc65538eb5457f5ee97 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 Sep 2020 19:08:12 +0300 Subject: Split passes endpoint --- iss/templates/index.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) (limited to 'iss/templates/index.html') diff --git a/iss/templates/index.html b/iss/templates/index.html index 37b5f40..e48212a 100644 --- a/iss/templates/index.html +++ b/iss/templates/index.html @@ -1,42 +1,4 @@ {% extends "base.html" %} {% block content %} -
| Total | -Rise | -Culminate | -Set | -||||||
|---|---|---|---|---|---|---|---|---|---|
| Date | -Length | -Time | -Azimuth | -Time | -Azimuth | -Elevation | -Distance | -Time | -Azimuth | -
| {{ date }} | {% endif %} -{{ pred.length }} | -{{ pred.rise.time }} | -{{ pred.rise.azimuth }} ({{ pred.rise.direction }}) | -{{ pred.culminate.time }} | -{{ pred.culminate.azimuth }} ({{ pred.culminate.direction }}) | -{{ pred.culminate.degrees }} | -{{ pred.culminate.distance }} | -{{ pred.set.time }} | -{{ pred.set.azimuth }} ({{ pred.set.direction }}) | -