button audit

This commit is contained in:
Mouse Reeve
2020-11-06 15:20:11 -08:00
parent a1242cd83f
commit a8b1c1ce98
6 changed files with 8 additions and 9 deletions

View File

@ -71,7 +71,7 @@
{% csrf_token %}
<input type="hidden" name="book" value="{{ book.id }}">
<input type="hidden" name="shelf" value="{{ shelf.id }}">
<button class="button is-small" type="submit" style="">
<button class="button is-danger is-small" type="submit" style="">
<span class="icon icon-x">
<span class="is-sr-only">Remove from shelf</span>
</span>