]> git.ozlabs.org Git - patchwork/blobdiff - templates/patchwork/filters.html
Integrate 'django.contrib.staticfiles'
[patchwork] / templates / patchwork / filters.html
index e2b7585404fe03b9ff240cb554088628e4309c52..10ca587ce7d089f383924299aa05d8b58b2e1ebc 100644 (file)
@@ -1,3 +1,4 @@
+{% load static %}
 
 <script type="text/javascript" language="JavaScript">
 var filterform_displayed = false;
@@ -150,7 +151,7 @@ function submitter_field_change(field)
     {% if not filter.forced %}
      <a href="{{ filter.url_without_me }}"><img
       width="16" height="16" alt="remove filter" title="remove filter"
-      src="/images/16-circle-blue-remove.png"></a>
+      src="{% static "images/16-circle-blue-remove.png" %}"></a>
     {% endif %}
    {% if not forloop.last %}&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;{% endif %}
   {% endfor %}
@@ -158,7 +159,7 @@ function submitter_field_change(field)
   none
   <a href="javascript:filter_click()"><img
   width="16" height="16" alt="add filter" title="add filter"
-  src="/images/16-circle-blue-add.png"></a>
+  src="{% static "images/16-circle-blue-add.png" %}"></a>
  {% endif %}
  </div>
  <div id="filterform" style="padding-top: 1em; display: none">