frontend: remove error causing hx-boost attribute on form and make title responsive and centered
This commit is contained in:
parent
309ade3e72
commit
faf7c2f782
4 changed files with 9 additions and 7 deletions
|
|
@ -46,7 +46,6 @@ func SubmitHandler(content embed.FS, chars *[]model.Character, Monsters *[]model
|
|||
return
|
||||
}
|
||||
|
||||
log.Printf("Monster hinzugefügt. Anzahl der Monster jetzt: %d\n", len(*Monsters))
|
||||
// JSON-Daten in die Datei schreiben
|
||||
err = model.WriteToFile(filename, charJSON)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue