diff options
author | Michael McVady <femtonaut@gmail.com> | 2023-10-29 16:45:51 -0500 |
---|---|---|
committer | Michael McVady <femtonaut@gmail.com> | 2023-10-29 17:55:59 -0500 |
commit | 2e3ceb247fa63db0bbf9ba71f06be50eeda74445 (patch) | |
tree | f4df7ea41ba427b76ad173c032347877fd9beb90 /assets/post_edit.html | |
parent | 350ed67cc50c562459aaa34f7b6eefc389bec370 (diff) |
Refactor: `post` -> `entry`
Diffstat (limited to 'assets/post_edit.html')
-rw-r--r-- | assets/post_edit.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/assets/post_edit.html b/assets/post_edit.html deleted file mode 100644 index cd2f920..0000000 --- a/assets/post_edit.html +++ /dev/null @@ -1,11 +0,0 @@ -<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> |