Include _scripts.html in details.html directly

This commit is contained in:
Radomir Dopieralski 2014-07-16 15:22:03 +02:00
parent 4ae5aabb6e
commit 72401afb7c
2 changed files with 4 additions and 9 deletions

View File

@ -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" %}

View File

@ -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">