Skip to content

Commit

Permalink
Fix typo in add.html
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Apr 22, 2018
1 parent 65f230e commit 1272c87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/add.html
Expand Up @@ -61,10 +61,10 @@
</div>
</div>
<div class="form-group form-row">
<div class="offset-lg-10 col-lg-10">
<div class="offset-lg-2 col-lg-10">
<label class="checkbox">
<input name="tos" type="checkbox" required> I agree to the <a href="/tos/">Terms of Service and Privacy Policy</a>.
</label>
</label><br>
<button type="submit" class="btn btn-primary">Request addition</button>
</div>
</div>
Expand Down

0 comments on commit 1272c87

Please sign in to comment.