CntoDev / django-roster

Web-based roster for tracking members and their attendance implemented in Django.
4 stars 3 forks source link

Wrong dates on Monthly attendance report #13

Closed TRyujin closed 9 years ago

TRyujin commented 9 years ago

For some reason, when asking for September's report, it lists 2015-09-24 and 2015-09-29 as events. Even thought they haven't been scraped on the Events page. Those days are Thursday and Tuesday.

supremefist commented 9 years ago

This is actually correct. There are two empty events on those dates that were scraped but hidden because they had zero duration. I am once again show all events and you can see the empty events on the calendar. If you delete them, the issue will be fixed!