We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9074e95 commit 1a43ca5Copy full SHA for 1a43ca5
1 file changed
ietf/utils/views.py
@@ -56,4 +56,4 @@ def all(request):
56
item["old"] = testurls[i][2]
57
info.append(item)
58
59
- return render("utils/all.html", {"info": info })
+ return render("utils/all.html", {"info": info, "count": len(info) })
0 commit comments