[PATCH 1/2] patchwork/templates: Fix path to delete button image

Sven Eckelmann sven at narfation.org
Fri May 6 22:36:05 AEST 2016


Signed-off-by: Sven Eckelmann <sven at narfation.org>
---
 patchwork/templates/patchwork/bundles.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patchwork/templates/patchwork/bundles.html b/patchwork/templates/patchwork/bundles.html
index 1d3a8ae..2eebd26 100644
--- a/patchwork/templates/patchwork/bundles.html
+++ b/patchwork/templates/patchwork/bundles.html
@@ -38,7 +38,7 @@
     {% csrf_token %}
     {{ bundle.delete_form.as_p }}
     <input type="image"
-     src="{% static "images/patchwork/16-em-cross.png" %}" width="16" height="16" alt="delete"
+     src="{% static "images/16-em-cross.png" %}" width="16" height="16" alt="delete"
      title="delete" border="0" style="border: none;"/>
    </form>
   </td>
-- 
2.8.1



More information about the Patchwork mailing list