summaryrefslogtreecommitdiff
path: root/internal/web/settings-panel.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-02-21 16:11:11 +0100
committerLibravatar GitHub <noreply@github.com>2024-02-21 16:11:11 +0100
commit5aca09b59e3d467df301ac29a35960354b74cf28 (patch)
tree895f44259897187babb71c3ea31218e17d8515bb /internal/web/settings-panel.go
parent[bugfix] Fix wide images being squished when used as instance avatar (#2669) (diff)
downloadgotosocial-5aca09b59e3d467df301ac29a35960354b74cf28.tar.xz
[chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" class (#2674)
Diffstat (limited to 'internal/web/settings-panel.go')
-rw-r--r--internal/web/settings-panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/web/settings-panel.go b/internal/web/settings-panel.go
index 9de30d1f1..ec8166e95 100644
--- a/internal/web/settings-panel.go
+++ b/internal/web/settings-panel.go
@@ -46,7 +46,7 @@ func (m *Module) SettingsPanelHandler(c *gin.Context) {
}
page := apiutil.WebPage{
- Template: "frontend.tmpl",
+ Template: "settings.tmpl",
Instance: instance,
Stylesheets: []string{
cssFA,