MIT-LCP / waveform-annotation

Platform for annotating physiological waveform data.
11 stars 4 forks source link

Fixes template pagination error #120

Closed Lucas-Mc closed 2 years ago

Lucas-Mc commented 2 years ago

This change fixes an AttributeError that was showing up (and flooding) the production logs but weren't caught locally for some reason ... anyway, the cause of the error was that request.GET was empty at initial load so request.GET.complete_page and request.GET.incomplete_page would return an AttributeError which would only go away after one of those request links (i.e., next page, previous page, show all, show pages) were clicked.