bookwyrm-mastodon/bookwyrm/templates/snippets/switch_edition_button.html

6 lines
233 B
HTML
Raw Normal View History

2020-12-11 19:57:38 -05:00
<form name="switch-edition" action="/switch-edition" method="POST">
{% csrf_token %}
<input type="hidden" name="edition" value="{{ edition.id }}">
2020-12-16 17:45:35 -05:00
<button class="button {{ size }}">Switch to this edition</button>
2020-12-11 19:57:38 -05:00
</form>