Merge branch 'gilbert' into gilbert-1.3
[philo.git] / contrib / gilbert / templates / gilbert / icons.css
index cecb603..677d7eb 100644 (file)
@@ -1,6 +1,5 @@
-{% load staticmedia %}
 {% for icon_name in icon_names %}
 .icon-{{ icon_name }} {
-       background: url({% mediaurl 'gilbert/fugue-icons/icons-shadowless' %}/{{ icon_name }}.png) 0 no-repeat !important;
+       background: url({{ STATIC_URL }}gilbert/fugue-icons/icons-shadowless/{{ icon_name }}.png) 0 no-repeat !important;
 }
 {% endfor %}
\ No newline at end of file