Personalisation pour lesgrandsvoisins
This commit is contained in:
parent
75d524f1ab
commit
684b62ad91
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 New Issue
Block a user