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
7
map.go
7
map.go
|
@ -78,9 +78,10 @@ func handleMapSearch(w http.ResponseWriter, settings UserSettings, query string)
|
|||
"Longitude": longitude,
|
||||
"Found": found,
|
||||
//"Fetched": FormatElapsedTime(elapsed), // not used in map tab
|
||||
"Theme": settings.Theme,
|
||||
"Safe": settings.SafeSearch,
|
||||
"IsThemeDark": settings.IsThemeDark,
|
||||
"Theme": settings.Theme,
|
||||
"Safe": settings.SafeSearch,
|
||||
"LanguageOptions": languageOptions,
|
||||
"IsThemeDark": settings.IsThemeDark,
|
||||
}
|
||||
|
||||
// Render the template
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue