diff options
Diffstat (limited to 'views/pages/editcomment.ejs')
| -rw-r--r-- | views/pages/editcomment.ejs | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/views/pages/editcomment.ejs b/views/pages/editcomment.ejs deleted file mode 100644 index 97a8402..0000000 --- a/views/pages/editcomment.ejs +++ /dev/null @@ -1,21 +0,0 @@ -<% include ../partials/header %> - -<div id="content"> - -<table id="comment_form"> - <tr> - <td> - <form> - <textarea name="comment" placeholder="Enter your comment"></textarea><br> - <div class="inputs"> - <input type="submit" value="POST" /> - </div> - <div class="errors"></div> - </form> - </td> - </tr> -</table> - -</div> - -<% include ../partials/footer %> |
