mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-02 13:28:43 +00:00
3eb91980e0
Fixes #53
7 lines
302 B
HTML
7 lines
302 B
HTML
{% load fr_display %}
|
|
<form name="shelve" action="/shelve/{{ user.localname }}/{% shelve_button_identifier book %}/{{ book.id }}" method="post">
|
|
{% csrf_token %}
|
|
<input type="hidden" name="book" value="book.id"></input>
|
|
<button type="submit">{% shelve_button_text book %}</button>
|
|
</form>
|
|
|