Add some bottom margin to main container

This commit is contained in:
Maximilian Friedersdorff 2026-03-12 16:32:46 +00:00
parent a955c49373
commit 30a2bd5d72
2 changed files with 1 additions and 2 deletions

View file

@ -141,7 +141,6 @@ func save(w http.ResponseWriter, r *http.Request) {
title := r.FormValue("title")
body := r.FormValue("body")
log.Printf("About to save to note %+v", note)
note.Title = title
note.Body = []byte(body)
note.Save()