9 lines
455 B
HTML
9 lines
455 B
HTML
{% block custom_js_files %}
|
|
<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>
|
|
|
|
{% endblock %}
|
|
|
|
{% comment %} Tuskar-UI Client-side Templates (These should *not* be inside the "compress" tag.) {% endcomment %}
|
|
{% include "client_side/templates.html" %}
|