From fb4130331b981095a4169436d7048904216d80a6 Mon Sep 17 00:00:00 2001
From: Jonas Waeber <jonas.waeber@unibas.ch>
Date: Thu, 6 Feb 2025 16:10:37 +0100
Subject: [PATCH] fix?

---
 jupyterhub_config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jupyterhub_config.py b/jupyterhub_config.py
index bff674e..1ab6713 100644
--- a/jupyterhub_config.py
+++ b/jupyterhub_config.py
@@ -882,7 +882,7 @@ c.JupyterHub.spawner_class = 'dockerspawner.DockerSpawner'
 
 ## Paths to search for jinja templates, before using the default templates.
 #  Default: []
-# c.JupyterHub.template_paths = []
+c.JupyterHub.template_paths = ['/usr/local/share/jupyterhub/templates']
 
 ## Extra variables to be passed into jinja templates.
 #  
-- 
GitLab