diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 6 |
1 files changed, 3 insertions, 3 deletions
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(): |