moviewyrm/bookwyrm/templates/snippets/switch_edition_button.html
2020-12-16 14:45:35 -08:00

6 lines
233 B
HTML

<form name="switch-edition" action="/switch-edition" method="POST">
{% csrf_token %}
<input type="hidden" name="edition" value="{{ edition.id }}">
<button class="button {{ size }}">Switch to this edition</button>
</form>