diff --git a/one/templates/base.html b/one/templates/base.html index f89869d..9a55b65 100644 --- a/one/templates/base.html +++ b/one/templates/base.html @@ -17,7 +17,6 @@ <script src="/static/script/less.min.js"></script> <script src="/static/script/knockout.min.js"></script> <script type="text/javascript" src="/static/script/util.js"></script> - <script type="text/javascript" src="/static/script/store.js"></script> <script type="text/javascript" src="/static/script/cloud.js"></script> {{ form.media }} {% block js %}{% endblock %} diff --git a/one/templates/home.html b/one/templates/home.html index 658ba21..8367b50 100644 --- a/one/templates/home.html +++ b/one/templates/home.html @@ -1,6 +1,9 @@ {% extends "base.html" %} {% load i18n %} {% get_current_language as LANGUAGE_CODE %} +{% block js %} +<script type="text/javascript" src="/static/script/store.js"></script> +{% endblock %} {% block content %} <div class="boxes"> {% include "box/vm/box.html" %}