Switch edition from editions list page

This commit is contained in:
Mouse Reeve
2020-12-16 14:45:35 -08:00
parent 8a1800ea26
commit 21b0bec8d7
3 changed files with 8 additions and 8 deletions

View File

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