Skip to content

Commit

Permalink
#92, fix mislabeled textarea field in edit algo page
Browse files Browse the repository at this point in the history
  • Loading branch information
thrize committed Apr 14, 2018
1 parent 8c83496 commit c95c2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/edit-algo-part-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h1 class="page-header">Edit comment</h1>
<div class="row">
<div class="col-sm-4">
<form class="form-add" action="/edit-algo-comment" method="post">
<textarea name="comment_block" id="comment_block-block" cols="80" rows="5"></textarea>
<textarea name="comment_block" id="comment_block" cols="80" rows="5"></textarea>
<button class="btn btn-lg btn-primary btn-block" type="submit" value="POST">Save comment</button>
</form>
</div>
Expand Down

0 comments on commit c95c2c1

Please sign in to comment.