Add single-calc-button for individual players. Add settings modal-html.

This commit is contained in:
MaxJa4
2024-01-17 21:33:04 +01:00
parent 331f725959
commit f8ac93f163
5 changed files with 58 additions and 4 deletions

View File

@@ -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...)