Browse Source

There is no bootstrap4

sh4nks 11 years ago
parent
commit
f14744a4c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      flaskbb/utils/populate.py

+ 1 - 1
flaskbb/utils/populate.py

@@ -118,7 +118,7 @@ GROUPS = OrderedDict((
 DEFAULT_SETTINGS = {
 DEFAULT_SETTINGS = {
     "project_title": "FlaskBB",
     "project_title": "FlaskBB",
     "project_subtitle": "A lightweight forum software in flask",
     "project_subtitle": "A lightweight forum software in flask",
-    "default_theme": "bootstrap4",
+    "default_theme": "bootstrap3",
     "tracker_length": 7,
     "tracker_length": 7,
     "title_length": 15,
     "title_length": 15,
     "online_last_minutes": 15,
     "online_last_minutes": 15,