Fixed event details page state switch
This commit is contained in:
parent
a8ed1ef5a9
commit
1b4f558e8d
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@
|
|||
<td>
|
||||
<form method="POST">
|
||||
<input type="hidden" name="action" value="modify">
|
||||
<input type="hidden" name="action_id" value="{{.getId()}}">
|
||||
<input type="hidden" name="action_id" value="{{event.getId()}}">
|
||||
|
||||
<div class="btn-toolbar pull-left">
|
||||
<input class="toggle-switch" type="checkbox" name="enabled"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue