Add single-calc-button for individual players. Add settings modal-html.
This commit is contained in:
1
pages.go
1
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...)
|
||||
|
||||
Reference in New Issue
Block a user