From cd087e80469327c1a8651944155305231f7757fe Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 28 Sep 2020 22:56:26 +0300 Subject: Add vue scripts in templates --- iss/templates/base.html | 2 ++ iss/templates/passes.html | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/iss/templates/base.html b/iss/templates/base.html index a010f26..708083c 100644 --- a/iss/templates/base.html +++ b/iss/templates/base.html @@ -9,6 +9,8 @@ + {% block extrahead %} + {% endblock %}
diff --git a/iss/templates/passes.html b/iss/templates/passes.html index 1368368..c89aef7 100644 --- a/iss/templates/passes.html +++ b/iss/templates/passes.html @@ -1,5 +1,10 @@ {% extends "base.html" %} +{% block extrahead %} + + +{% endblock %} + {% block content %}

Passes for {{ location.lat }}, {{ location.lng }}

-- cgit v1.3.1