From 0f3b96bacac3be737148f621e8f8dba1e1b368db Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Sun, 26 Nov 2023 10:41:05 +0000 Subject: [PATCH] Show time precision in rocket launch list --- templates/index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 5ee99b1..dc9f28a 100644 --- a/templates/index.html +++ b/templates/index.html @@ -176,7 +176,11 @@
{{ launch.t0_date }} - {% if launch.t0_time %}
{{ launch.t0_time }}{% endif %}
+
+ {% if launch.t0_time %} + {{ launch.t0_time }}{% endif %} + {{ launch.net_precision }} +
launch status: {{ launch.status.abbrev }}