Restrict AKWall to dates belonging to the corresponding event
Compare changes
- Benjamin Hättasch authored
+ 3
− 2
@@ -60,8 +60,9 @@ class PlanScreenView(PlanIndexView):
@@ -60,8 +60,9 @@ class PlanScreenView(PlanIndexView):
# Determine interesting range (some hours ago until some hours in the future as specified in the settings)
self.start = datetime.now().astimezone(self.event.timezone) - timedelta(hours=settings.PLAN_WALL_HOURS_RETROSPECT)