diff options
-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> |