diff --git a/ietf/utils/views.py b/ietf/utils/views.py index 4707a2fa5..f0f6f9318 100644 --- a/ietf/utils/views.py +++ b/ietf/utils/views.py @@ -56,4 +56,4 @@ def all(request): item["old"] = testurls[i][2] info.append(item) - return render("utils/all.html", {"info": info }) \ No newline at end of file + return render("utils/all.html", {"info": info, "count": len(info) }) \ No newline at end of file