diff options
Diffstat (limited to 'chimere/settings.py')
-rw-r--r-- | chimere/settings.py | 2 |
1 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', |