]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
patchwork/templates: Fix path to delete button image
authorSven Eckelmann <sven@narfation.org>
Fri, 6 May 2016 12:36:05 +0000 (14:36 +0200)
committerStephen Finucane <stephen.finucane@intel.com>
Mon, 9 May 2016 12:59:58 +0000 (13:59 +0100)
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Reviewed-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/templates/patchwork/bundles.html

index 1d3a8ae9f5e3ec5bb6f4311e8535347ab0a416c9..2eebd262f3bd247738a9ba95cccb1151e1926c57 100644 (file)
@@ -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>