From 47b957361e84c826bfee0fa4e45db9de9e5c0182 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 16 Aug 2020 21:20:23 +0200 Subject: Move most journey code to newly introduced Journey model --- templates/add_journey.html.ep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/add_journey.html.ep') diff --git a/templates/add_journey.html.ep b/templates/add_journey.html.ep index 0682fa9..777fdee 100644 --- a/templates/add_journey.html.ep +++ b/templates/add_journey.html.ep @@ -1,5 +1,5 @@

Zugfahrt eingeben

-% if (not get_oldest_journey_ts()) { +% if (not journeys->get_oldest_ts()) {
-- cgit v1.2.3