diff options
-rw-r--r-- | templates/account.html.ep | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/account.html.ep b/templates/account.html.ep index 036fb35..e4bf38d 100644 --- a/templates/account.html.ep +++ b/templates/account.html.ep @@ -123,6 +123,8 @@ <tr> <th scope="row">Träwelling</th> <td> + Wird wegen Inkompatibilität zwischen bahn.de und transitous derzeit nicht unterstützt + <!-- <a href="/account/traewelling"><i class="material-icons">edit</i></a> % if (not ($traewelling->{token})) { <span style="color: #999999;">Nicht verknüpft</span> @@ -145,6 +147,7 @@ – Checkins in travelynx werden zu Träwelling weitergereicht % } % } + --> </td> </tr> % } |