From a53fb8d6525fa93f0e131a8a10ed3cae23a6c1f0 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Mar 2018 17:58:39 +0100 Subject: Fix share url --- settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 0978c01..87d1553 100644 --- a/settings.py +++ b/settings.py @@ -346,11 +346,11 @@ if 'CHIMERE_SHARE_NETWORKS' not in globals(): global CHIMERE_SHARE_NETWORKS CHIMERE_SHARE_NETWORKS = ( ("Email", 'mailto:?subject=%(text)s&body=%(url)s', - STATIC_URL + 'chimere/img/email.png'), + "fa-envelope"), ("Facebook", 'http://www.facebook.com/sharer.php?t=%(text)s&u=%(url)s', - STATIC_URL + 'chimere/img/facebook.png'), + "fa-facebook-official"), ("Twitter", 'http://twitter.com/home?status=%(text)s %(url)s', - STATIC_URL + 'chimere/img/twitter.png'), + "fa-twitter"), ) if 'OSM_MOBILE_JS_URLS' not in globals(): -- cgit v1.2.3