diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-12-31 13:27:14 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-31 13:27:14 +0100 |
commit | a9a7fa4492fecae9b03cc79d960a72d3bfbd3fdc (patch) | |
tree | 6e5060d778b5cc9ba0ed9da0889f263a43891cda /templates/account.html.ep | |
parent | 86a991c28ca06040c111b33cc36a0dd53bb29952 (diff) |
Release Travel API1.13.0
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 e6a4576..8b14bd0 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -170,7 +170,6 @@ %= end </td> </tr>--> - % if (app->mode eq 'development') { <tr> <th scope="row">Travel</th> <td> @@ -194,6 +193,7 @@ %= end </td> </tr> + % if (app->mode eq 'development') { <tr> <th scope="row">Import</th> <td> |