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 }}">
|
2021-01-18 15:22:11 -05:00
|
|
|
<button type="submit" class="button {{ size }}">Switch to this edition</button>
|
2020-12-11 19:57:38 -05:00
|
|
|
</form>
|