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

@@ -35,7 +35,7 @@ class SujetListView(generic.ListView):
#ListView
model = Sujet
template_name = "sujets/sujet_liste.html"
paginate_by = 10
paginate_by = 30
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.insert_menu("suivi/menu_sujets.html")