Skip to content

Commit

Permalink
#92, remove indentation of edit comment container
Browse files Browse the repository at this point in the history
  • Loading branch information
thrize committed Apr 14, 2018
1 parent 7dc5c3d commit 95aa2f8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions html/edit-algo-part-4.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,10 @@ <h1 class="page-header">Export / Import Algorithm</h1>
<div class="container-fluid">
<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" cols="80" rows="5"></textarea>
<button class="btn btn-lg btn-primary btn-block" type="submit" value="POST">Save comment</button>
</form>
</div>
<form class="form-add" action="/edit-algo-comment" method="post">
<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>
<p>Note, to enable commenting on voted posts, turn on the comment in Edit Config variable COMMENT_ENABLED<p>
</div>
Expand Down

0 comments on commit 95aa2f8

Please sign in to comment.