aboutsummaryrefslogtreecommitdiff
path: root/ustayml/views
diff options
context:
space:
mode:
Diffstat (limited to 'ustayml/views')
-rw-r--r--ustayml/views/students.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ustayml/views/students.py b/ustayml/views/students.py
index c3ad563..0f5b9fa 100644
--- a/ustayml/views/students.py
+++ b/ustayml/views/students.py
@@ -19,7 +19,7 @@ def index():
desertion_risks_class = db.execute("select * from desertion_risk_class;").fetchall()
# pagination
- pagination = { 'pagesize': 100, 'page': None , 'n_pages': None, 'rowcount': None}
+ pagination = { 'pagesize': 25, 'page': None , 'n_pages': None, 'rowcount': None}
pagination['page'] = int(request.args.get('page', 0))
# filter criteria | field choices