Closed mhalverson closed 6 years ago
The fix is simple. Per the docs at https://docs.djangoproject.com/en/2.0/topics/pagination/, paginator pages refer to the previous page with property 'previous_page_number' rather than 'prev_page_number'.
The fix is simple. Per the docs at https://docs.djangoproject.com/en/2.0/topics/pagination/, paginator pages refer to the previous page with property 'previous_page_number' rather than 'prev_page_number'.