Fixes misplaced close diff causing cascading nesting on editions page
This commit is contained in:
parent
ba536270d6
commit
25643faf72
2 changed files with 2 additions and 2 deletions
|
@ -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 {{ size }}">Switch to this edition</button>
|
||||
<button type="submit" class="button {{ size }}">Switch to this edition</button>
|
||||
</form>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue