From 8af735d9ef047b1b858dfb089b100cd1a412ac14 Mon Sep 17 00:00:00 2001 From: etienne Date: Sun, 25 Apr 2010 15:33:51 +0000 Subject: Add the ability to email an initiative git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@80 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864 --- chimere/settings.py | 2 ++ chimere/static/icons/email.png | Bin 0 -> 735 bytes 2 files changed, 2 insertions(+) create mode 100644 chimere/static/icons/email.png diff --git a/chimere/settings.py b/chimere/settings.py index 15cb262..a87394b 100644 --- a/chimere/settings.py +++ b/chimere/settings.py @@ -84,6 +84,8 @@ MEDIA_URL = '/' + EXTRA_URL + 'static/' # share with SHARE_NETWORKS = ( +("Email", 'mailto:?subject=TEXT&body=URL', + MEDIA_URL + 'icons/email.png'), ("Facebook", 'http://www.facebook.com/sharer.php?t=TEXT&u=URL', MEDIA_URL + 'icons/facebook.png'), ("Twitter", 'http://twitter.com/home?status=TEXT URL', diff --git a/chimere/static/icons/email.png b/chimere/static/icons/email.png new file mode 100644 index 0000000..1a0a014 Binary files /dev/null and b/chimere/static/icons/email.png differ -- cgit v1.2.3