Browse Source

15 to 100

HPNL 8 months ago
parent
commit
769d965941
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views.py

+ 1 - 1
views.py

@@ -57,7 +57,7 @@ def wiki_index(request, cat):
 		page.wiki_cat = Cat_Wiki.objects.filter( cw_titre_slgify = cat )[:15]
 		page.retour = "wiki_index"
 
-	paginator = Paginator(wiki_art, 15)
+	paginator = Paginator(wiki_art, 100)
 	page.number = request.GET.get('page')
 
 	page.wiki_art = paginator.get_page(page.number)