aboutsummaryrefslogtreecommitdiff
path: root/app/views/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/users.py')
-rw-r--r--app/views/users.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/users.py b/app/views/users.py
index a104be4..84e6828 100644
--- a/app/views/users.py
+++ b/app/views/users.py
@@ -54,6 +54,8 @@ def user_profile_page(username):
if not current_user.is_authenticated or (user != current_user and not current_user.canAccessTodoList()):
packages = packages.filter_by(approved=True)
+ packages = packages.order_by(db.asc(Package.title))
+
form = None
if user.checkPerm(current_user, Permission.CHANGE_DNAME) or \
user.checkPerm(current_user, Permission.CHANGE_EMAIL) or \