diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-13 23:20:43 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-13 23:20:48 +0100 |
commit | 09129caa85025658ce47f49c38886c7ba0a46517 (patch) | |
tree | 870ba90193786d705e389726bc13b7e1672e71fb /hyperkitty/templates | |
parent | bda9d815d07a68bfaa747cce2c435e4b4c2c2b94 (diff) | |
download | hyperkitty-09129caa85025658ce47f49c38886c7ba0a46517.tar.gz hyperkitty-09129caa85025658ce47f49c38886c7ba0a46517.tar.xz hyperkitty-09129caa85025658ce47f49c38886c7ba0a46517.zip |
Fix links in activity graph (#42)
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 ad75253..fe3848c 100644 --- a/hyperkitty/templates/recent_activities.html +++ b/hyperkitty/templates/recent_activities.html @@ -24,7 +24,7 @@ activity_graph( ["{{days|join:'","'}}"], {{evolution}}, - "{% url archives_latest mlist_fqdn=mlist.name %}" + "{{ archives_baseurl }}" ); </script> </div> |