summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-01-21 14:57:51 +0100
committerJules Laplace <julescarbon@gmail.com>2018-01-21 14:57:51 +0100
commit3ce1a44ab308f4c483541944aa777ec8aa91af2b (patch)
treef0e7d20561909ae8d4d12768c0b0aa248b446a78 /views
parent53de20f4997fdcbd7f50cb29dd7783ea497a631a (diff)
code maxwidth
Diffstat (limited to 'views')
-rw-r--r--views/partials/comments.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/comments.ejs b/views/partials/comments.ejs
index 87c9dec..82fdd27 100644
--- a/views/partials/comments.ejs
+++ b/views/partials/comments.ejs
@@ -28,7 +28,7 @@
<td></td>
<td colspan="2">
<form>
- <textarea required name="comment" placeholder="Add a comment"></textarea>
+ <textarea name="comment" placeholder="Add a comment"></textarea>
<div class="inputs">
<input name="files" type="file" multiple>
<input type="submit" value="POST" />