Skip to content

Commit 5488baf

Browse files
committed
Use latest bootstrap version
1 parent 1cba0c8 commit 5488baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap3/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Default settings
99
BOOTSTRAP3_DEFAULTS = {
1010
'jquery_url': '//code.jquery.com/jquery.min.js',
11-
'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.1.1/',
11+
'base_url': '//netdna.bootstrapcdn.com/bootstrap/3.2.0/',
1212
'css_url': None,
1313
'theme_url': None,
1414
'javascript_url': None,

0 commit comments

Comments
 (0)