diff --git a/src/animals/views.py b/src/animals/views.py index ed2759b..90ce55a 100644 --- a/src/animals/views.py +++ b/src/animals/views.py @@ -194,7 +194,7 @@ def get_context_data(self, **kwargs): ) start_date = ( - AnimalSpotting.objects.order_by("date") + ItineraryStop.objects.order_by("date") .annotate(date_day=TruncDate("date")) .first() .date_day