Merge pull request #2 from deshipu/master

Include all of the horizon's js too
This commit is contained in:
Jordan OMara 2014-07-16 13:17:27 -04:00
commit 84e299b8bb
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -8,9 +8,9 @@
{% block js %}
{{ block.super }}
<script src='{{ STATIC_URL }}infrastructure/js/angular/horizon.base64.js' type='text/javascript' charset='utf-8'></script>
<script src='{{ STATIC_URL }}infrastructure/js/angular/horizon.node_errata.js' type='text/javascript' charset='utf-8'></script>
{% include "client_side/templates.html" %}
{% endblock %}