Skip to content

Commit

Permalink
upgrade font-awesome cdn link from 4.2.0 to 4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Feb 8, 2015
1 parent a8921ab commit bdf0af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsupdate/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>

<link href="//netdna.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.3.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,
Expand Down

0 comments on commit bdf0af0

Please sign in to comment.