aboutsummaryrefslogtreecommitdiff
path: root/assets/entry_edit.html
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2023-10-29 16:45:51 -0500
committerMichael McVady <femtonaut@gmail.com>2023-10-29 17:55:59 -0500
commit2e3ceb247fa63db0bbf9ba71f06be50eeda74445 (patch)
treef4df7ea41ba427b76ad173c032347877fd9beb90 /assets/entry_edit.html
parent350ed67cc50c562459aaa34f7b6eefc389bec370 (diff)
Refactor: `post` -> `entry`
Diffstat (limited to 'assets/entry_edit.html')
-rw-r--r--assets/entry_edit.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/assets/entry_edit.html b/assets/entry_edit.html
new file mode 100644
index 0000000..cd2f920
--- /dev/null
+++ b/assets/entry_edit.html
@@ -0,0 +1,11 @@
+<form action="/form" method="post">
+<dl>
+<dt><h3>id</h3></dt>
+<dd><input type="text" id="id" name="id"></input></dd>
+<dt><h3>title</h3></dt>
+<dd><input type="text" id="title" name="title"></input></dd>
+<dt><h3>body</h3></dt>
+<dd><textarea id="body" name="body"></textarea></dd>
+<dd><input type="submit" value="Edit"></dd>
+</dl>
+</form>