Personalisation pour lesgrandsvoisins
This commit is contained in:
parent
75d524f1ab
commit
684b62ad91
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -334,7 +334,7 @@ func handleHome(w http.ResponseWriter, r *http.Request) {
|
||||||
data := &HomePageData{
|
data := &HomePageData{
|
||||||
Login: login,
|
Login: login,
|
||||||
BaseDN: config.BaseDN,
|
BaseDN: config.BaseDN,
|
||||||
Org: config.Org
|
Org: config.Org,
|
||||||
}
|
}
|
||||||
|
|
||||||
templateHome.Execute(w, data)
|
templateHome.Execute(w, data)
|
||||||
|
|
Loading…
Reference in a new issue