Skip to content

Commit

Permalink
feat(eighth-admin): paginate delinquent students view
Browse files Browse the repository at this point in the history
closes tjcsl#756
  • Loading branch information
fsharpseven committed Mar 20, 2021
1 parent a57be24 commit 710f96c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intranet/apps/eighth/views/admin/attendance.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
from django.core.paginator import Paginator
from django.db.models import Count, Q
from django.shortcuts import redirect, render
from django.core.paginator import Paginator

from .....utils.helpers import is_entirely_digit
from ....auth.decorators import eighth_admin_required
Expand Down

0 comments on commit 710f96c

Please sign in to comment.