Private
Public Access
1
0

nicer design

This commit is contained in:
Sander Roosendaal
2021-12-27 11:16:02 +01:00
parent 113c2d0f05
commit d7af00a65e
4 changed files with 51 additions and 34 deletions

View File

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