Do NOT rely on javascript from CDN's.
This commit is contained in:
parent
41064e3968
commit
612b1820cb
|
@ -85,3 +85,8 @@ ACCOUNT_USERNAME_REQUIRED = False
|
||||||
LOGIN_URL = '/login/'
|
LOGIN_URL = '/login/'
|
||||||
|
|
||||||
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
|
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
|
||||||
|
|
||||||
|
BOOTSTRAP3 = {
|
||||||
|
'jquery_url': '/static/js/jquery.min.js',
|
||||||
|
'javascript_url': '/static/js/bootstrap.min.js'
|
||||||
|
}
|
||||||
|
|
5
bornhack/static_src/js/jquery.min.js
vendored
Normal file
5
bornhack/static_src/js/jquery.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue