little correction
authorcavaliet
Fri, 30 Nov 2012 17:05:15 +0100
changeset 89 c4ee4cab84d3
parent 88 1752b5e824ed
child 90 1a78608617aa
little correction
src/hashcut/views.py
--- a/src/hashcut/views.py	Fri Nov 30 16:59:36 2012 +0100
+++ b/src/hashcut/views.py	Fri Nov 30 17:05:15 2012 +0100
@@ -268,7 +268,7 @@
         brd = Branding.objects.get(name=self.branding)
         
         mashups = Mashup.objects.filter(branding=brd)
-        nb = 3#getattr(settings, 'LDT_FRONT_MEDIA_PER_PAGE', 9)
+        nb = getattr(settings, 'LDT_FRONT_MEDIA_PER_PAGE', 9)
         if page=="x":
             nb = mashups.count()