added 'tables' template tags to display objects lists in 'maraudes' and 'sujets'

This commit is contained in:
Arthur Gerbaud
2016-11-19 13:28:36 +01:00
parent 673c620be0
commit 7f08b1db23
11 changed files with 71 additions and 36 deletions

View File

@@ -115,7 +115,7 @@ class MaraudeListView(DerniereMaraudeMixin, generic.ListView):
model = CompteRendu
template_name = "maraudes/liste.html"
paginate_by = 10
paginate_by = 30
class PageInfo:
title = "Maraude - Liste des maraudes"