diff --git a/templates/account.html.ep b/templates/account.html.ep index 2cc7f35..e6a4576 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -174,8 +174,8 @@ Travel - % if ($token->{action}) { - %= $acc->{id} . '-' . $token->{action} + % if ($token->{travel}) { + %= $acc->{id} . '-' . $token->{travel} % } % else { —