17thshard / palanaeum

A website for collecting audio interviews and transcribing the questions & answers
GNU Affero General Public License v3.0
33 stars 18 forks source link

Fixes #39 - pagination back button is broken #46

Closed mhalverson closed 6 years ago

mhalverson commented 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'.