diff --git a/main.go b/main.go index d50507b..52ff74f 100644 --- a/main.go +++ b/main.go @@ -226,7 +226,7 @@ func pasteHandler(w http.ResponseWriter, r *http.Request) { Title: paste, Body: []byte(s), } - t, err := template.ParseFiles("assets/edit.html") + t, err := template.ParseFiles("assets/paste.html") if err != nil { http.Error(w, err.Error(), http.StatusInternalServerError) }