llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.27k stars 391 forks source link

CalendarByPeriodsView references nonexistent template #544

Open JackAtOmenApps opened 1 year ago

JackAtOmenApps commented 1 year ago

On line 104 of views.py, CalendarByPeriodsView references a template located at "schedule/calendar_by_period.html", but this template does not exist in the repo.

A quick look through the templates folder history looks like this template may never have existed.

Am I misunderstanding something?