Fix import paths and restore tracker functionality

This commit is contained in:
Chris Wilson
2020-07-18 23:01:35 -04:00
parent e62b406337
commit 5fdc3f757b
7 changed files with 163 additions and 151 deletions

View File

@@ -3,9 +3,8 @@
{% block head %}
<title>Multiworld Seed {{ seed.id }}</title>
<link rel="stylesheet" type="text/css" href="../static/layout.css">
<link rel="stylesheet" type="text/css" href="../static/view_seed.css" />
<script type="application/ecmascript" src="../static/view_seed.js" ></script>
<link rel="stylesheet" type="text/css" href="{{ static_autoversion("view_seed.css") }}" />
<script type="application/ecmascript" src="{{ static_autoversion("view_seed.js") }}" ></script>
{% endblock %}
{% block body %}