Increased row lenght to 7 in table layout.

This commit is contained in:
2023-07-30 21:20:38 -04:00
parent 468769275b
commit a13d726899

View File

@@ -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. 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 = [] rows = []
i = 0 i = 0
while i < len(lst): while i < len(lst):