Commit acd0d3fe by Kálmán Viktor

network: remove unused css and js files from html

parent 1b373927
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
<link href="{% static "css/network.css" %}" rel="stylesheet"> <!--<link href="{% static "css/network.css" %}" rel="stylesheet">-->
{% block extra_css %}{% endblock %} {% block extra_css %}{% endblock %}
</head> </head>
<body> <body>
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
</div> </div>
<script src="http://code.jquery.com/jquery-latest.js"></script> <script src="http://code.jquery.com/jquery-latest.js"></script>
<script src="{% static "js/bootstrap.min.js" %}"></script> <script src="{% static "js/bootstrap.min.js" %}"></script>
<script src="{% static "js/select2-3.4.0/select2.min.js" %}"></script> <!--<script src="{% static "js/select2-3.4.0/select2.min.js" %}"></script>-->
<script src="{% static "js/project.js" %}"></script> <!--<script src="{% static "js/project.js" %}"></script>-->
<script> <script>
{% block extra_js %} {% block extra_js %}
{% endblock %} {% endblock %}
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% block content %} {% block content %}
<div class="page-heading"> <div class="page-heading">
<h1>{{ form.name.value }} <small>details of host</small></h1> <h1>{{ form.name.value }} <small>details of domain</small></h1>
</div> </div>
{% crispy form %} {% crispy form %}
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% block content %} {% block content %}
<div class="page-heading"> <div class="page-heading">
<h1>{{ form.name.value }} <small>details of host</small></h1> <h1>{{ form.name.value }} <small>details of group</small></h1>
</div> </div>
{% crispy form %} {% crispy form %}
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
{% block content %} {% block content %}
<div class="page-heading"> <div class="page-heading">
<h1>Groups <small>list of all hosts</small></h1> <h1>Groups <small>list of all groups</small></h1>
</div> </div>
{% render_table table %} {% render_table table %}
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
{% block content %} {% block content %}
<div class="page-heading"> <div class="page-heading">
<h1>Hosts <small>list of all hosts</small></h1> <h1>Vlans <small>list of all vlans</small></h1>
</div> </div>
{% render_table table %} {% render_table table %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment