diff options
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/recent_activities.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/recent_activities.html b/hyperkitty/templates/recent_activities.html index 37b0693..711e0c5 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -22,7 +22,7 @@ <div id="fig"> <script type="text/javascript+protovis" > activity_graph( - ["{{dates_string|join:'","'}}"], + ["{{days|join:'","'}}"], {{evolution}}, "{% url archives_latest mlist_fqdn=list_address %}" ); |