summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-06-28 18:15:58 -0400
committerDonald Stufft <donald@stufft.io>2013-06-28 18:15:58 -0400
commitff3e5e15441b0349f6914e3bfb772a68410838e4 (patch)
tree908e2c9782ad0a8ef0015eb9b163091efb89b216
parent229d4cdd73d7a763c2f119fb537ea31fe30d1594 (diff)
downloaddecorator-ff3e5e15441b0349f6914e3bfb772a68410838e4.tar.gz
Use the proper keys
-rw-r--r--templates/display.pt4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/display.pt b/templates/display.pt
index 380bf1e..bee7da4 100644
--- a/templates/display.pt
+++ b/templates/display.pt
@@ -106,10 +106,10 @@
</li>
<!-- will be displayed when we have enough data -->
<li style="display: none;">
- <span tal:content="data/download_counts/day" /> downloads in the last week
+ <span tal:content="data/download_counts/week" /> downloads in the last week
</li>
<li style="display: none;">
- <span tal:content="data/download_counts/day" /> downloads in the last month
+ <span tal:content="data/download_counts/month" /> downloads in the last month
</li>
</ul>