diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-01-28 20:32:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-01-28 20:32:39 +0100 |
commit | 6b1aa9cd3905ac18ef0c21bea37d638fc48ef17d (patch) | |
tree | 00e29d6e4c8627edcfa7bd32c1cb552e715348a6 /templates/account.html.ep | |
parent | 78c80d773c35df8e95dd918ac7532672514bf5ca (diff) |
Release import API1.14.0
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 8b14bd0..1118ca0 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -193,7 +193,6 @@ %= end </td> </tr> - % if (app->mode eq 'development') { <tr> <th scope="row">Import</th> <td> @@ -217,7 +216,6 @@ %= end </td> </tr> - % } </table> </div> </div> |