Increased row lenght to 7 in table layout.
This commit is contained in:
@@ -23,7 +23,7 @@ def gallery_view(request, path = None):
|
||||
The path should be inside the GALLERY_ROOT path, otherwise a 404 error will be thrown.
|
||||
"""
|
||||
|
||||
def list2rows(lst, cells = 5):
|
||||
def list2rows(lst, cells = 7):
|
||||
rows = []
|
||||
i = 0
|
||||
while i < len(lst):
|
||||
|
Reference in New Issue
Block a user