From patchwork Fri May 6 12:36:05 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 619289 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3r1WjC6pZRz9syq for ; Fri, 6 May 2016 22:45:51 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b=DS6D6cTw; dkim-atps=neutral Received: from ozlabs.org (lists.ozlabs.org [IPv6:2401:3900:2:1::3]) by lists.ozlabs.org (Postfix) with ESMTP id 3r1WjC5pxqzDqdS for ; Fri, 6 May 2016 22:45:51 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b=DS6D6cTw; dkim-atps=neutral X-Original-To: patchwork@lists.ozlabs.org Delivered-To: patchwork@lists.ozlabs.org X-Greylist: delayed 526 seconds by postgrey-1.35 at bilbo; Fri, 06 May 2016 22:45:11 AEST Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=narfation.org header.i=@narfation.org header.b=DS6D6cTw; dkim-atps=neutral Received: from v3-1039.vlinux.de (narfation.org [IPv6:2001:4d88:2000:7::2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3r1WhR4ch8zDqGM for ; Fri, 6 May 2016 22:45:11 +1000 (AEST) Received: from sven-desktop.home.narfation.org (p200300C593C4FDFD0000000000002E16.dip0.t-ipconnect.de [IPv6:2003:c5:93c4:fdfd::2e16]) by v3-1039.vlinux.de (Postfix) with ESMTPSA id D39C11C8001; Fri, 6 May 2016 14:36:17 +0200 (CEST) Authentication-Results: v3-1039.vlinux.de; dmarc=none header.from=narfation.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=narfation.org; s=20121; t=1462538178; bh=O/eyvn3g+VmtITj1XFtaLPmT+VkaV8FVSdDbwukiwvc=; h=From:To:Cc:Subject:Date:From; b=DS6D6cTw2e1hL9jTGLqQ4nzruHqGa3Q8jCvcleMl1fMX+DhGcUSNxgKjsXTn1J/Z6 6uFpo9oo6I7g3g62CJhl6QAU7091Rgxs8D5vAhq1JhHAb//vbITU5KfD9AKRyQYI04 W8/NABnb1BbJupSoe+JikkfeDRI+Z0+8KK5T8UyM= From: Sven Eckelmann To: patchwork@lists.ozlabs.org Subject: [PATCH 1/2] patchwork/templates: Fix path to delete button image Date: Fri, 6 May 2016 14:36:05 +0200 Message-Id: <1462538166-11493-1-git-send-email-sven@narfation.org> X-Mailer: git-send-email 2.8.1 X-BeenThere: patchwork@lists.ozlabs.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Patchwork development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Sven Eckelmann MIME-Version: 1.0 Errors-To: patchwork-bounces+incoming=patchwork.ozlabs.org@lists.ozlabs.org Sender: "Patchwork" Signed-off-by: Sven Eckelmann Reviewed-by: Stephen Finucane --- 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 }}