mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Increase number of recipes per page to 50 in recipes list
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
880081aff3
commit
516e3d198f
|
@ -96,7 +96,7 @@ class LayerListView(ListView):
|
||||||
|
|
||||||
class RecipeSearchView(ListView):
|
class RecipeSearchView(ListView):
|
||||||
context_object_name = 'recipe_list'
|
context_object_name = 'recipe_list'
|
||||||
paginate_by = 10
|
paginate_by = 50
|
||||||
|
|
||||||
def get_queryset(self):
|
def get_queryset(self):
|
||||||
query_string = self.request.GET.get('q', '')
|
query_string = self.request.GET.get('q', '')
|
||||||
|
|
Loading…
Reference in New Issue
Block a user