adilmohak / django-lms

A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
MIT License
474 stars 197 forks source link

fix incorrect reference to User object methods for dashboard #35

Closed mcassano closed 3 months ago

mcassano commented 3 months ago

Per #34 , the dashboard is broken because of incorrect reference to count methods to populate the dashboard.

mcassano commented 3 months ago

Thank you for viewing my PR, the issue is still present as of latest commit on main 2518016. Are you able to view the dashboard with the latest code?

mcassano commented 3 months ago

Closing as others don't seem to be concerned about this issue.