diff options
Diffstat (limited to 'internal/web/about.go')
-rw-r--r-- | internal/web/about.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/web/about.go b/internal/web/about.go index ebb1ceefa..89bb13f0d 100644 --- a/internal/web/about.go +++ b/internal/web/about.go @@ -39,6 +39,7 @@ func (m *Module) aboutGETHandler(c *gin.Context) { c.HTML(http.StatusOK, "about.tmpl", gin.H{ "instance": instance, + "languages": config.GetInstanceLanguages().DisplayStrs(), "ogMeta": ogBase(instance), "blocklistExposed": config.GetInstanceExposeSuspendedWeb(), "stylesheets": []string{ |