aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/user.py')
-rw-r--r--apioforum/user.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/user.py b/apioforum/user.py
index d6fbb60..8fb59ab 100644
--- a/apioforum/user.py
+++ b/apioforum/user.py
@@ -1,5 +1,5 @@
# user pages
-POSTS_PER_PAGE = 20
+POSTS_PER_PAGE = 28
from flask import (
Blueprint, render_template, abort, g, flash, redirect, url_for, request