From b120c61343b2f738b7d19fde8c92fbcc377f9441 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Sep 2020 17:40:12 +0300 Subject: Initial prediction rendering in template --- iss/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'iss/templates/base.html') diff --git a/iss/templates/base.html b/iss/templates/base.html index 546b27a..952f948 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -12,6 +12,9 @@
Upcoming passes of the International Space Station at your location over the next 10 days.
+ {% block content %} {% endblock %} -- cgit v1.3.1