diff options
Diffstat (limited to 'iss/templates/passes.html')
| -rw-r--r-- | iss/templates/passes.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 %} +<script src="/static/js/vue.min.js"></script> +<script src="/static/js/core.js"></script> +{% endblock %} + {% block content %} <p class="f3">Passes for {{ location.lat }}, {{ location.lng }}</p> <table class="tl pa1 w-100"> |
