The Paginator seems to gets [invoked by `trix/trix_student/views/base.py`](https://github.com/devilry/trix2/blob/4.1.2/trix/trix_student/views/base.py#L14) without properly handling of instances were `per_page` isn't set, causing an error: ``` TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType' ```