summaryrefslogtreecommitdiffstats
path: root/dashboard/src/pharos_dashboard/settings.py
diff options
context:
space:
mode:
authorParker Berberian <pberberian@iol.unh.edu>2019-06-21 15:11:29 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-06-21 15:11:29 +0000
commitc05b1d090b6848a7d4c34b8812b558dc22049f20 (patch)
tree551d803ceb9cf873bdf7f81de90fa5a1713b99cb /dashboard/src/pharos_dashboard/settings.py
parentbf7986421192be9018c662e016fabb02d2dad0da (diff)
parent5bcbb9310d14bcef3afa11315abd2251fe4e4fc6 (diff)
Merge "Add bootstrap 4 support"
Diffstat (limited to 'dashboard/src/pharos_dashboard/settings.py')
-rw-r--r--dashboard/src/pharos_dashboard/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/src/pharos_dashboard/settings.py b/dashboard/src/pharos_dashboard/settings.py
index 793eec7..86de78c 100644
--- a/dashboard/src/pharos_dashboard/settings.py
+++ b/dashboard/src/pharos_dashboard/settings.py
@@ -35,7 +35,7 @@ INSTALLED_APPS = [
'django.contrib.messages',
'django.contrib.staticfiles',
'django.contrib.humanize',
- 'bootstrap3',
+ 'bootstrap4',
'crispy_forms',
'rest_framework',
'rest_framework.authtoken',