diff --git a/templates/widgets/routes/w_my_route.html b/templates/widgets/routes/w_my_route.html index d121ffb..87c5122 100644 --- a/templates/widgets/routes/w_my_route.html +++ b/templates/widgets/routes/w_my_route.html @@ -1,15 +1,16 @@ {% load static %} {% load i18n %} - {% if route.departure_DT %} {% with current_datetime=route.from_city.get_current_datetime %} {% with departure_datetime=route.departure_DT %} - {% if current_datetime|date:"Y-m-d H:i:s" > departure_datetime|date:"Y-m-d H:i:s" %} -