diff options
Diffstat (limited to 'views/forum_edit.ejs')
-rw-r--r-- | views/forum_edit.ejs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/views/forum_edit.ejs b/views/forum_edit.ejs deleted file mode 100644 index 7ed1414..0000000 --- a/views/forum_edit.ejs +++ /dev/null @@ -1,11 +0,0 @@ -<%- include('header', { title: "Edit Post" }) -%> -<style> -input, textarea { width: 100%; max-width: 45em; } -</style> -<form action="/forum/edit/<%- post.post_id %>" method="post"> -<p> -<textarea name="body" rows="20" cols="80" maxlength="32000" required autofocus> -<%= post.body %></textarea> -<p> -<button type="submit">Submit</button> -</form> |