Add 1.7.1 overview page
diff --git a/hiccup/settings.py b/hiccup/settings.py
index e5deb5b..ee68fce 100644
--- a/hiccup/settings.py
+++ b/hiccup/settings.py
@@ -23,7 +23,7 @@
 SECRET_KEY = '7u+#ha3hk!x+*)clhs46%n*)w1q+5s4+yoc#1!nm0b%fwwrud@'
 
 # SECURITY WARNING: don't run with debug turned on in production!
-DEBUG = False 
+DEBUG = False
 
 ALLOWED_HOSTS = ['*']
 
@@ -41,6 +41,7 @@
     'crashreports',
     'psensor',
     'crispy_forms',
+    'bootstrap3',
 ]
 
 MIDDLEWARE_CLASSES = [