summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-08-02 12:31:23 -0400
committerDonald Stufft <donald@stufft.io>2013-08-02 12:31:23 -0400
commit77e7d7d391df0df917f4ff1501fe32dc79fe9650 (patch)
treea723c2ef6e6aac11f878318ce7998b5de218538f
parenta3dca24ecab0f2a646f84760d97a3ac57d87098d (diff)
downloaddecorator-master.tar.gz
Enable the monthly download counterHEADmaster
-rw-r--r--templates/display.pt3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/display.pt b/templates/display.pt
index 46f4822..57ff3c7 100644
--- a/templates/display.pt
+++ b/templates/display.pt
@@ -107,8 +107,7 @@
<li>
<span tal:content="data/download_counts/week" /> downloads in the last week
</li>
- <!-- will be displayed when we have enough data -->
- <li style="display: none;">
+ <li>
<span tal:content="data/download_counts/month" /> downloads in the last month
</li>
</ul>