diff options
Diffstat (limited to 'templates/account.html.ep')
-rw-r--r-- | templates/account.html.ep | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index be61518..2cc7f35 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -170,6 +170,7 @@ %= end </td> </tr>--> + % if (app->mode eq 'development') { <tr> <th scope="row">Travel</th> <td> @@ -216,6 +217,7 @@ %= end </td> </tr> + % } </table> </div> </div> |