diff --git a/AKPlanning/settings.py b/AKPlanning/settings.py
index 0dbfeb5c69e6e8d902aaa0179dbdde356786ff14..b6745ea1be102cacacffd7463f9762890e50c909 100644
--- a/AKPlanning/settings.py
+++ b/AKPlanning/settings.py
@@ -51,6 +51,7 @@ INSTALLED_APPS = [
     'rest_framework',
     'simple_history',
     'registration',
+    'bootstrap_datepicker_plus',
 ]
 
 MIDDLEWARE = [
diff --git a/requirements.txt b/requirements.txt
index e843156cfe4a49885bbb4dfd2c858d4a7331bc30..959384b02f84d0a02b7cc0b76d32048165b80cac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,4 +7,5 @@ djangorestframework==3.12.2
 django-simple-history==2.12.0
 django-registration-redux==2.9
 django-debug-toolbar==3.2
+django-bootstrap-datepicker-plus==3.0.5
 mysqlclient==2.0.3  # for production deployment