diff --git a/pages.go b/pages.go
index ab7b939..1847e83 100644
--- a/pages.go
+++ b/pages.go
@@ -22,6 +22,7 @@ func mainPage(c *gin.Context) {
"./templates/modals/add_player.html",
"./templates/modals/delete_player.html",
"./templates/modals/edit_player.html",
+ "./templates/modals/settings.html",
"./templates/components/header.html",
}
tmpl, err := template.ParseFiles(files...)
diff --git a/templates/components/bottom_controls.html b/templates/components/bottom_controls.html
index ee286d1..e730823 100644
--- a/templates/components/bottom_controls.html
+++ b/templates/components/bottom_controls.html
@@ -5,7 +5,7 @@
-