This commit is contained in:
Kevin Chung
2020-04-27 15:54:04 -04:00
parent 067b8a4052
commit b5b503e3cf

View File

@@ -17,7 +17,7 @@ def submissions_listing(submission_type):
q = request.args.get("q")
field = request.args.get("field")
page = request.args.get("page", 1, type=int)
page = abs(request.args.get("page", 1, type=int))
if q:
submissions = []