summaryrefslogtreecommitdiff
path: root/views/partials/comments.ejs
diff options
context:
space:
mode:
Diffstat (limited to 'views/partials/comments.ejs')
-rw-r--r--views/partials/comments.ejs12
1 files changed, 12 insertions, 0 deletions
diff --git a/views/partials/comments.ejs b/views/partials/comments.ejs
index 30f471c..6226a61 100644
--- a/views/partials/comments.ejs
+++ b/views/partials/comments.ejs
@@ -20,4 +20,16 @@
</td>
</tr>
</script>
+</table>
+
+<table id="comment_form">
+ <tr>
+ <td>
+ <form>
+ <textarea name="comment"></textarea><br>
+ <input type="file" multiple>
+ <input type="submit" value="POST" />
+ </form>
+ </td>
+ </tr>
</table> \ No newline at end of file