summaryrefslogtreecommitdiff
path: root/templates/account.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-12-14 21:53:23 +0100
committerDaniel Friesel <derf@finalrewind.org>2019-12-14 21:53:23 +0100
commit46fc64de4831e90971c4a3db91d6fcfa3628a2d0 (patch)
treeba6a21e9695cac5fa28709abd42c0339a0df828c /templates/account.html.ep
parent5fe4174febbf833e0fdbfd5f1500883720c420df (diff)
Add travel (checkin/checkout/undo) API
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r--templates/account.html.ep2
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>