diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-14 21:53:23 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-14 21:53:23 +0100 |
commit | 46fc64de4831e90971c4a3db91d6fcfa3628a2d0 (patch) | |
tree | ba6a21e9695cac5fa28709abd42c0339a0df828c /templates/account.html.ep | |
parent | 5fe4174febbf833e0fdbfd5f1500883720c420df (diff) |
Add travel (checkin/checkout/undo) API
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index a9f1bb0..be61518 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -183,7 +183,7 @@ <td> %= form_for 'set_token' => begin %= csrf_field - %= hidden_field 'token' => 'action' + %= hidden_field 'token' => 'travel' <button class="btn waves-effect waves-light" type="submit" name="action" value="generate"> Generieren </button> |