diff --git a/src/strass/requirements.txt b/src/strass/requirements.txt
index 5e13700e94d86a255072b6c8b9d319e325a9d818..5667e5b6a8ea2ab312b545b1ddf82429c076205a 100644
--- a/src/strass/requirements.txt
+++ b/src/strass/requirements.txt
@@ -7,6 +7,8 @@ python-decouple
 django-basetheme-bootstrap>=1.8.4
 --extra-index-url https://gitlab.pasteur.fr/api/v4/projects/hub%2Fdjango-kubernetes-probes/packages/pypi/simple
 django-kubernetes-probes>=1.1
+--extra-index-url https://gitlab.pasteur.fr/api/v4/projects/bbrancot%2Fdjango-basetheme-bootstrap-ebaii-theme/packages/pypi/simple
+django-basetheme-bootstrap-ebaii-theme>=1.3.2
 django-formtools
 csscompressor
 coverage
diff --git a/src/strass/strass/settings.py b/src/strass/strass/settings.py
index 09aee2d735191a89dce5bc5f0fda2a520e98585c..d37e67b348803b3d64f1d407fc46c0f768ba408d 100644
--- a/src/strass/strass/settings.py
+++ b/src/strass/strass/settings.py
@@ -54,6 +54,7 @@ INSTALLED_APPS = [
     'crispy_bootstrap4',
     'django_kubernetes_probes',
     'strass_app',
+    'ebaii',
     'csp',
     'cspmailreports',
 ]