summaryrefslogtreecommitdiff
path: root/views/partials/comments.ejs
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-10 21:08:42 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-10 21:08:42 +0100
commit3c1acfab622d470aeb1f44a708d6023530e17ec8 (patch)
treece596f9190c3fe8bcfba063670a6ec5a5da9d546 /views/partials/comments.ejs
parent3cc9ff370a5e3f5bf321dc56963ae3bc73e75284 (diff)
more desiiiiiiiign
Diffstat (limited to 'views/partials/comments.ejs')
-rw-r--r--views/partials/comments.ejs9
1 files changed, 6 insertions, 3 deletions
diff --git a/views/partials/comments.ejs b/views/partials/comments.ejs
index 80f1b3c..14bb9bf 100644
--- a/views/partials/comments.ejs
+++ b/views/partials/comments.ejs
@@ -26,9 +26,12 @@
<tr>
<td>
<form>
- <textarea name="comment" placeholder="Enter your comment"></textarea><br>
- <input type="file" multiple>
- <input type="submit" value="POST" />
+ <textarea required name="comment" placeholder="Enter your comment"></textarea>
+ <div class="inputs">
+ <input name="files" type="file" multiple>
+ <input type="submit" value="POST" />
+ </div>
+ <div class='errors'></div>
</form>
</td>
</tr>