Private
Public Access
1
0

extra icon

This commit is contained in:
Sander Roosendaal
2022-01-01 09:52:53 +01:00
parent 5dd00dcc39
commit 97d57d0961
3 changed files with 22 additions and 4 deletions

View File

@@ -1981,7 +1981,7 @@ def workouts_view(request,message='',successmessage='',
else:
searchform = SearchForm()
paginator = Paginator(workouts,10) # show 25 workouts per page
paginator = Paginator(workouts,15) # show 25 workouts per page
page = request.GET.get('page',1)
try: