aboutsummaryrefslogtreecommitdiff
path: root/ustayml/views
diff options
context:
space:
mode:
authorMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 21:13:06 -0500
committerMitsuo Tokumori <rtokumori@pucp.edu.pe>2023-11-13 21:13:06 -0500
commit91533974922ec3dfb1d84f60ddd6e145301ba800 (patch)
treeaf992b77adde0cd79de6a0181074e088b10ed64d /ustayml/views
parent5e4487a99f357c08662ed5dabd0c7f21664c15eb (diff)
Add graphicsHEADmaster
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