Personalisation pour lesgrandsvoisins

This commit is contained in:
Chris Mann 2023-07-18 15:59:46 +02:00
parent 75d524f1ab
commit 684b62ad91
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ func handleHome(w http.ResponseWriter, r *http.Request) {
data := &HomePageData{
Login: login,
BaseDN: config.BaseDN,
Org: config.Org
Org: config.Org,
}
templateHome.Execute(w, data)