Merge branch 'index-pagination' into 'master'
Add Django's pagination system on the index page

This could be improved still, but it would require a change in Mailman's REST API (add a way to get the total number of lists without getting the lists themselves). This small merge request is already a big improvement.

See merge request !37
commit 2182c033ebde8a1762f01de7b6d1329de7cf644b
2 parents a0b7049 + 38760e4
@Aurélien Bompard Aurélien Bompard authored on 29 Oct 2015
Showing 6 changed files
View
src/postorius/static/postorius/css/style.css
View
src/postorius/static/postorius/js/script.js
View
src/postorius/templates/postorius/_pagination.html 0 → 100644
View
src/postorius/templates/postorius/base.html
View
src/postorius/templates/postorius/lists/index.html
View
src/postorius/views/list.py