Include all of the horizon's js too

This commit is contained in:
Radomir Dopieralski 2014-07-16 15:28:19 +02:00
parent 72401afb7c
commit 6fed10094f
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 %}