Skip to content
This repository was archived by the owner on Jul 6, 2018. It is now read-only.

Commit ff3153c

Browse files
author
Dylan Verheul
committed
Merge pull request #75 from alexandergamble/master
Changed the default bootstrap URL to a CDN
2 parents 896f920 + 0f96f5a commit ff3153c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎bootstrap_toolkit/templatetags/bootstrap_toolkit.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
BOOTSTRAP_BASE_URL = getattr(settings, 'BOOTSTRAP_BASE_URL',
17-
'http://twitter.github.io/bootstrap/assets/'
17+
'//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.1/'
1818
)
1919

2020
BOOTSTRAP_JS_BASE_URL = getattr(settings, 'BOOTSTRAP_JS_BASE_URL',

0 commit comments

Comments
 (0)