From 1efd8702d1a638414efea3c0f0c6146e97d386f1 Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 1 Jun 2021 13:41:39 +0200 Subject: [PATCH] stats view fix --- src/stats/templates/stats/top.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/stats/templates/stats/top.html b/src/stats/templates/stats/top.html index 2ff1eb21d..f5ee6c293 100644 --- a/src/stats/templates/stats/top.html +++ b/src/stats/templates/stats/top.html @@ -3,7 +3,10 @@ {% block body %}
- {{ form.as_p }} +
+ {{ form.as_p }} + +

-- 2.20.1