summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-07-03 19:02:19 -0400
committerDonald Stufft <donald@stufft.io>2013-07-03 19:02:19 -0400
commit5c0897720160854d7896f79dd262ec8c6c9bd538 (patch)
tree0187a3a7166fa6715e84b1f91d28469e1edbc256
parentcb32548cd55fb1a822740b66256a794af6ff6ca3 (diff)
downloaddecorator-5c0897720160854d7896f79dd262ec8c6c9bd538.tar.gz
Enable the weekly download counter
-rw-r--r--templates/display.pt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/display.pt b/templates/display.pt
index bee7da4..46f4822 100644
--- a/templates/display.pt
+++ b/templates/display.pt
@@ -104,10 +104,10 @@
<li>
<span tal:content="data/download_counts/day" /> downloads in the last day
</li>
- <!-- will be displayed when we have enough data -->
- <li style="display: none;">
+ <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;">
<span tal:content="data/download_counts/month" /> downloads in the last month
</li>