diff --git a/app/templates/index.html b/app/templates/index.html index 84c1d06..10e0014 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -55,7 +55,7 @@ {% from "macros/reviews.html" import render_reviews %} {{ render_reviews(reviews, True) }} -
+
{{ _("CDB has %(count)d packages, with a total of %(downloads)d downloads.", count=count, downloads=downloads) }}