Skip to content
Snippets Groups Projects
Commit 7e7aafa3 authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

fix issue with appointment list pagination - #120

parent 45be5cbe
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -59,7 +59,7 @@ def appointments(request, type): ...@@ -59,7 +59,7 @@ def appointments(request, type):
appointments = sliced_subjects appointments = sliced_subjects
count_filtered = sliced_subjects.count() count_filtered = all_appointments.count()
data = [] data = []
for appointment in appointments: for appointment in appointments:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment