diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-23 21:08:30 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2025-06-23 21:08:30 +0200 |
commit | 96a074acba60738ad61ca58311164a75d578413c (patch) | |
tree | 137583cc34ecef1207da5e1cdee763cf69c41a65 | |
parent | b289eaae16aa518f1c6ab5465b7a608d3ede7612 (diff) |
hide manual checkin for now2.14.19
-rw-r--r-- | templates/departures.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/departures.html.ep b/templates/departures.html.ep index 6df48a8..95258f2 100644 --- a/templates/departures.html.ep +++ b/templates/departures.html.ep @@ -191,7 +191,7 @@ </div> </div> -% if (not $user_status->{checked_in}) { +% if (0 and not $user_status->{checked_in}) { <div class="row"> <div class="col s12 center-align"> <a class="btn-small" href="<%= url_for('checkinadd')->query({dbris => $dbris, efa => $efa, hafas => $hafas, motis => $motis, dep_station => $station}) %>"><i class="material-icons left" aria-hidden="true">add</i><span>manuell einchecken</span></a> |