use bootstrap 3.0.1
This commit is contained in:
parent
c3ec4c5a50
commit
bd0ca16e70
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>
|
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>
|
||||||
|
|
||||||
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
||||||
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
|
||||||
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
|
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
|
||||||
@ -119,7 +119,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
|
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js"></script>
|
||||||
<div id="ip_detection" style="display: none">
|
<div id="ip_detection" style="display: none">
|
||||||
{% if not request.session.ipv4 %}
|
{% if not request.session.ipv4 %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user