Skip to content

Commit

Permalink
Merge pull request #245 from elnappo/update-cdn-links
Browse files Browse the repository at this point in the history
Update bootstrap and font-awesome
  • Loading branch information
ThomasWaldmann committed Dec 30, 2015
2 parents 58f7237 + d7715e0 commit 3aa7029
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nsupdate/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@

<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet">
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
<!-- note: keep jQuery and bootstrap js here,
stuff in the include / block right below might depend on it!
-->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
{% include "includes/base_head.html" %}
{% block html_head %}{% endblock %}
</head>
Expand Down

0 comments on commit 3aa7029

Please sign in to comment.