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.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/partials/comments.ejs b/views/partials/comments.ejs
index 6226a61..80f1b3c 100644
--- a/views/partials/comments.ejs
+++ b/views/partials/comments.ejs
@@ -26,7 +26,7 @@
<tr>
<td>
<form>
- <textarea name="comment"></textarea><br>
+ <textarea name="comment" placeholder="Enter your comment"></textarea><br>
<input type="file" multiple>
<input type="submit" value="POST" />
</form>