Include _scripts.html in details.html directly
This commit is contained in:
parent
4ae5aabb6e
commit
72401afb7c
@ -1,8 +0,0 @@
|
||||
{% 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" %}
|
@ -8,10 +8,13 @@
|
||||
|
||||
|
||||
{% block js %}
|
||||
{% include "overrides/infrastructure/templates/_scripts.html" %}
|
||||
<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 %}
|
||||
|
||||
|
||||
|
||||
{% block main %}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
|
Loading…
x
Reference in New Issue
Block a user