diff options
author | Michael McVady <femtonaut@gmail.com> | 2024-03-24 22:04:24 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2024-03-24 22:04:24 -0500 |
commit | e1846d4c21165e7d2137a11152e4a8f171c90324 (patch) | |
tree | 98d6e1b32d3f1c8600d87a330b56cbd1bed18047 /assets/entry_edit.html | |
parent | 15b65f02c7b9bfd691835cf0392e3b958626ed89 (diff) |
Update edit route
Diffstat (limited to 'assets/entry_edit.html')
-rw-r--r-- | assets/entry_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/entry_edit.html b/assets/entry_edit.html index f87e9cf..2c58357 100644 --- a/assets/entry_edit.html +++ b/assets/entry_edit.html @@ -1,4 +1,4 @@ -<form action="/entries/%s" method="post"> +<form action="/entries/%s/edit" method="post"> <input type="text" id="title" name="title" value="%s" placeholder="title" style="width: 100%;"/> <textarea id="body" name="body" rows="50" style="width: 100%;">%s</textarea> <br> |