Merge pull request #1 from deshipu/master

Make it a Django app
This commit is contained in:
Jordan OMara 2014-07-16 09:28:26 -04:00
commit 3e696aa6d9
7 changed files with 4 additions and 13 deletions

View File

@ -1 +0,0 @@
from tuskar_sat_ui.overrides.infrastructure import node_views

View File

@ -1,3 +0,0 @@
from tuskar_ui.infrastructure.nodes import views as nodes_views
nodes_views.DetailView.template_name = 'overrides/infrastructure/templates/nodes/details.html'

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