Skip to content

Commit 1a43ca5

Browse files
committed
Show number of review pages on overview page.
- Legacy-Id: 645
1 parent 9074e95 commit 1a43ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ def all(request):
5656
item["old"] = testurls[i][2]
5757
info.append(item)
5858

59-
return render("utils/all.html", {"info": info })
59+
return render("utils/all.html", {"info": info, "count": len(info) })

0 commit comments

Comments
 (0)