File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
example/example/templates/example Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 4
4
< html >
5
5
< head >
6
6
< title > Django OAuth Toolkit Example</ title >
7
- < link href ="//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css " rel ="stylesheet ">
8
- < link href ="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome.min.css " rel ="stylesheet ">
9
- < link href ="//netdna.bootstrapcdn.com/font-awesome/3.1.1/css/font-awesome-ie7.min.css " rel ="stylesheet ">
7
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css ">
8
+ < link rel ="stylesheet " href ="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css ">
10
9
< style type ="text/css ">
11
10
body {
12
11
padding-top : 60px ;
75
74
< div class ="container ">
76
75
{% block content %}{% endblock %}
77
76
</ div >
78
- < script src ="http: //code.jquery.com/jquery-1.10 .1.min.js "> </ script >
79
- < script src ="//netdna .bootstrapcdn.com/twitter- bootstrap/2. 3.2/js/bootstrap.min.js "> </ script >
77
+ < script src ="//code.jquery.com/jquery-2.1 .1.min.js "> </ script >
78
+ < script src ="//maxcdn .bootstrapcdn.com/bootstrap/3.2.0 /js/bootstrap.min.js "> </ script >
80
79
81
80
{% block javascript %}{% endblock javascript %}
82
81
</ body >
You can’t perform that action at this time.
0 commit comments