From d42c0aae5c03042c924b44a410f4da6b4b9bf8db Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Sun, 27 Sep 2020 13:53:02 +0300 Subject: Update templates --- iss/templates/base.html | 3 +++ iss/templates/index.html | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/iss/templates/base.html b/iss/templates/base.html index 2a2e44c..96388dd 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -14,6 +14,9 @@
{% block content %} {% endblock %} + +
+

Created by Yuval Adam, source code available at Github.

diff --git a/iss/templates/index.html b/iss/templates/index.html index 07894a6..31892ef 100644 --- a/iss/templates/index.html +++ b/iss/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} {% block content %} -

ISS.guru

-

Hello this is text in bold

+

ISS Pass Predictions

+

Upcoming passes of the International Space Station at your location over the next 10 days.

{% endblock %} -- cgit v1.3.1