summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2015-06-08 13:56:14 -0500
committerBryan Bishop <kanzure@gmail.com>2015-06-08 13:56:14 -0500
commita5fac6449e2423b1dd97baf0f1407840c4626663 (patch)
tree09ccfeb23c606c6d4a74d8e721ddb084b6e9f401
parent5df81c16fdf3f597461195bbb65982d630b10f2a (diff)
downloadrpcblockchainexplorer-a5fac6449e2423b1dd97baf0f1407840c4626663.tar.gz
rpcblockchainexplorer-a5fac6449e2423b1dd97baf0f1407840c4626663.zip
also bootstrap javascript peripherals
-rw-r--r--rpcblockchainexplorer/templates/layout.html1
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" %}