From 849b814034e721b0789d504d1104b80f509affe1 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Thu, 9 Jul 2020 05:34:25 +0100 Subject: [PATCH] Fix margin above CDB stats on homepage --- app/templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }}