summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-04-25 15:33:51 +0000
committeretienne <etienne@9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864>2010-04-25 15:33:51 +0000
commit8af735d9ef047b1b858dfb089b100cd1a412ac14 (patch)
tree81ae97aeffde4f9dcc3f5c9988f955950a163260
parent88a7375df25523315c06229c033646e51d7a0fdd (diff)
downloadChimère-8af735d9ef047b1b858dfb089b100cd1a412ac14.tar.bz2
Chimère-8af735d9ef047b1b858dfb089b100cd1a412ac14.zip
Add the ability to email an initiative
git-svn-id: http://www.peacefrogs.net/svn/chimere/trunk@80 9215b0d5-fb2c-4bbd-8d3e-bd2e9090e864
-rw-r--r--chimere/settings.py2
-rw-r--r--chimere/static/icons/email.pngbin0 -> 735 bytes
2 files changed, 2 insertions, 0 deletions
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
--- /dev/null
+++ b/chimere/static/icons/email.png
Binary files differ