diff options
-rw-r--r-- | rpcblockchainexplorer/templates/layout.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpcblockchainexplorer/templates/layout.html b/rpcblockchainexplorer/templates/layout.html index 214a07c..957225c 100644 --- a/rpcblockchainexplorer/templates/layout.html +++ b/rpcblockchainexplorer/templates/layout.html @@ -5,6 +5,7 @@ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" /> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css" /> + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> </head> <body> {% include "header.html" %} |