Fixed missing lang selection on map.html template
Some checks failed
Run Integration Tests / test (push) Failing after 36s
Some checks failed
Run Integration Tests / test (push) Failing after 36s
This commit is contained in:
parent
b17b9bc05f
commit
b12b3c8db0
1 changed files with 4 additions and 3 deletions
1
map.go
1
map.go
|
@ -80,6 +80,7 @@ func handleMapSearch(w http.ResponseWriter, settings UserSettings, query string)
|
||||||
//"Fetched": FormatElapsedTime(elapsed), // not used in map tab
|
//"Fetched": FormatElapsedTime(elapsed), // not used in map tab
|
||||||
"Theme": settings.Theme,
|
"Theme": settings.Theme,
|
||||||
"Safe": settings.SafeSearch,
|
"Safe": settings.SafeSearch,
|
||||||
|
"LanguageOptions": languageOptions,
|
||||||
"IsThemeDark": settings.IsThemeDark,
|
"IsThemeDark": settings.IsThemeDark,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue