Skip to content

Commit

Permalink
Fixing wrong path to bootstrap dir.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Aug 26, 2018
1 parent 0ad1f7f commit 322799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theonionbox/theonionbox.py
Expand Up @@ -1257,7 +1257,7 @@ def debug_request():

# Bootstrap
Bootstrap = {
'dir': 'bootstrap-4.1.1',
'dir': 'bootstrap-4.1.3',
'js': 'bootstrap.bundle.min.js',
'css': 'bootstrap.min.css'
}
Expand Down

0 comments on commit 322799d

Please sign in to comment.