Prepare Player-Delete modal. Update disabled-design.

This commit is contained in:
MaxJa4
2024-01-16 18:24:45 +01:00
parent 80d0489b41
commit 8c4ed63359
7 changed files with 88 additions and 8 deletions

View File

@@ -39,6 +39,7 @@ func main() {
"./templates/modals/add_clan.html",
"./templates/modals/edit_clan.html",
"./templates/modals/add_player.html",
"./templates/modals/delete_player.html",
"./templates/components/header.html",
}
tmpl, err := template.ParseFiles(files...)