diff options
Diffstat (limited to 'views')
| -rw-r--r-- | views/partials/comments.ejs | 2 |
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" /> |
