diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-11 18:41:20 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-04-11 18:41:20 +0200 |
commit | bf30ecf75881fecddf61b706c9019e5169ac2a73 (patch) | |
tree | 75f8b36a7fd92298f8e83c8e06e83acbd1e56299 | |
parent | dce193201beb3621cfae1a799de446e083a7e2f6 (diff) |
Account: Traewelling sync is not possible at the moment, sorry2.11.17
travelynx will need transitous support for that to work
-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> % } |