From b5c64ec289fe9e07603b3da5f3d246bf88c8a124 Mon Sep 17 00:00:00 2001 From: Michael McVady <femtonaut@gmail.com> Date: Fri, 7 Jul 2023 00:15:09 -0500 Subject: Hack in markdown form --- assets/post_edit.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assets/post_edit.html (limited to 'assets/post_edit.html') diff --git a/assets/post_edit.html b/assets/post_edit.html new file mode 100644 index 0000000..6635b87 --- /dev/null +++ b/assets/post_edit.html @@ -0,0 +1,11 @@ +<form action="/form" method="post" enctype="multipart/form-data"> +<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> \ No newline at end of file -- cgit v1.2.3