summaryrefslogtreecommitdiff
path: root/iss/templates
diff options
context:
space:
mode:
Diffstat (limited to 'iss/templates')
-rw-r--r--iss/templates/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/iss/templates/index.html b/iss/templates/index.html
index 6c93254..5c498c7 100644
--- a/iss/templates/index.html
+++ b/iss/templates/index.html
@@ -1,13 +1,15 @@
{% extends "base.html" %}
{% block content %}
-<table class="ba tl pa1">
+<table class="tl pa1">
<tr class="ba tc pa1 f3">
+ <th colspan="1">Total</th>
<th colspan="2">Rise</th>
<th colspan="4">Culminate</th>
<th colspan="2">Set</th>
</tr>
<tr class="pa1 f4">
+ <th>Length</th>
<th>Time</th>
<th>Azimuth</th>
<th>Time</th>
@@ -19,6 +21,7 @@
</tr>
{% for pred in predictions %}
<tr class="pa1">
+ <td>{{ pred.length }}</td>
<td>{{ pred.rise.time }}</td>
<td>{{ pred.rise.azimuth }}</td>
<td>{{ pred.culminate.time }}</td>