From: Magnus Hagander Date: Tue, 1 Sep 2020 14:04:46 +0000 (+0200) Subject: Fix text for top lists time range X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2a630767a5110775844a7cc90d5912e8baa8bc14;p=hamn.git Fix text for top lists time range We are counting the number of posts in the past two months, but the website said 1 month (and has since forever). Spotted by Bruce Momjian --- diff --git a/template/index.tmpl b/template/index.tmpl index 2cc2024..b4b764a 100644 --- a/template/index.tmpl +++ b/template/index.tmpl @@ -4,7 +4,7 @@
{% if topposters %}
Top posters
-
Number of posts in the past month
+
Number of posts in the past two months