Add Bootstrap JavaScript and jQuery

This commit is contained in:
Raphael Michel
2014-09-12 21:36:48 +02:00
parent b2b653e57e
commit f20cec3caf
2 changed files with 8 additions and 0 deletions

View File

@@ -8,6 +8,10 @@
{% compress css %}
<link rel="stylesheet" type="text/less" href="{% static "tixlcontrol/less/main.less" %}" />
{% endcompress %}
{% compress js %}
<script type="text/javascript" src="{% static "jquery/js/jquery-2.1.1.min.js" %}"></script>
<script type="text/javascript" src="{% static "bootstrap/dist/js/bootstrap.js" %}"></script>
{% endcompress %}
</head>
<body>
<div class="navbar navbar-default navbar-static-top" role="navigation">