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/passes.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'iss/templates/passes.html') 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 }}