Comments text area is now bigger

This commit is contained in:
Suraj Patil 2016-08-07 10:03:03 +05:30
parent 0b3f2ab638
commit 47d4f3a345
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
<div class="comment">
<form method="POST" action="/add-comment/">
<textarea rows="1" cols="75" name="commentText" placeholder="Add Comment"></textarea>
<textarea rows="2" cols="75" name="commentText" placeholder="Add Comment"></textarea>
<input type="text" class="hidden" name="taskID" value="{{$value.Id}}">
<input type="submit" value="Comment" class="btn btn-primary" />
</form>