start working torwards stack modificaiton
This commit is contained in:
@@ -398,6 +398,8 @@ def user_uploads(request, case_id: int | None = None):
|
||||
series_list.append((series, len(data[series]), tags, date))
|
||||
print(series_list)
|
||||
|
||||
series_list.sort(key=lambda l: l[-1])
|
||||
|
||||
case = False
|
||||
if case_id is not None:
|
||||
case = get_object_or_404(Case, pk=case_id)
|
||||
|
||||
Reference in New Issue
Block a user