From: Thierry Parmentelat Date: Sat, 5 Oct 2013 05:40:17 +0000 (+0200) Subject: reinstate icons for toggling plugins, that had gotten lost in the bootstrap 3 turmoil X-Git-Tag: myslice-0.2-5~27 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=5cc9843257edf8c959143880afb31360f1a62700 reinstate icons for toggling plugins, that had gotten lost in the bootstrap 3 turmoil --- diff --git a/unfold/collectstatic.py b/unfold/collectstatic.py index b40afe4f..0c6a1d2c 100644 --- a/unfold/collectstatic.py +++ b/unfold/collectstatic.py @@ -53,6 +53,7 @@ class ThirdPartyFinder(BaseFinder): 'js' : ('.js',), 'css': ('.css',), 'img': ('.png', '.ico',), + 'fonts' : ('.svg', '.eot', '.ttf', '.woff'), } def find(self, search_path, all=False): diff --git a/unfold/templates/plugin.html b/unfold/templates/plugin.html index 09509d7d..354b5608 100644 --- a/unfold/templates/plugin.html +++ b/unfold/templates/plugin.html @@ -1,9 +1,11 @@ {% if visible %}
{% if togglable %} - - {% endif %}