From patchwork Tue May 22 04:18:10 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael-Doyle Hudson X-Patchwork-Id: 8851 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 72D0D23EB5 for ; Tue, 22 May 2012 04:18:14 +0000 (UTC) Received: from mail-yx0-f180.google.com (mail-yx0-f180.google.com [209.85.213.180]) by fiordland.canonical.com (Postfix) with ESMTP id 2D985A18D21 for ; Tue, 22 May 2012 04:18:14 +0000 (UTC) Received: by mail-yx0-f180.google.com with SMTP id q6so6178653yen.11 for ; Mon, 21 May 2012 21:18:14 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf :content-type:mime-version:x-launchpad-project:x-launchpad-branch :x-launchpad-message-rationale:x-launchpad-branch-revision-number :x-launchpad-notification-type:to:from:subject:message-id:date :reply-to:sender:errors-to:precedence:x-generated-by :x-launchpad-hash:x-gm-message-state; bh=3MRZKpKaMbgj5T/iivXQP2LfT3Z58zEYWzLpn7yCBto=; b=HM71qa5Sz75L1EoSVB2ocJfHzaNiwqXcI12HyZ4s9CF1OG/LGGsinNA32XOWvg6173 XtxevufWMMs7ScklAmxfwcUgUij/y3mW+TeI6Ff/atpy2Dw56S9RZF/wczeY+cV8vure piW3eMYlGpIX700eWdmjlE7iChbk7eC2kJDNzpHcwypiMFmAddEzz6U/EuDR4/RNQzAV 75u5DilPhR4iIWjWE35Lm7FfPdXnIjLr4XptbCdyqT4CtfQ9mepNvizEh4kZGY8uz4lI H5PHeCtWvyfOBpZGoCju2U59G09jo9VIAgtOw9XPxuLnOgjwS7ySt8AeGJqSEkfZ1O82 xQDQ== Received: by 10.50.222.202 with SMTP id qo10mr8536145igc.0.1337660293649; Mon, 21 May 2012 21:18:13 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.35.72 with SMTP id o8csp337215ibd; Mon, 21 May 2012 21:18:12 -0700 (PDT) Received: by 10.180.102.9 with SMTP id fk9mr44388278wib.1.1337660291762; Mon, 21 May 2012 21:18:11 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com. [91.189.90.7]) by mx.google.com with ESMTPS id u49si2114081weh.79.2012.05.21.21.18.10 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 May 2012 21:18:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) client-ip=91.189.90.7; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.7 as permitted sender) smtp.mail=bounces@canonical.com Received: from ackee.canonical.com ([91.189.89.26]) by indium.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1SWgXy-00014O-JQ for ; Tue, 22 May 2012 04:18:10 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 8535DE028D for ; Tue, 22 May 2012 04:18:10 +0000 (UTC) MIME-Version: 1.0 X-Launchpad-Project: lava-server X-Launchpad-Branch: ~linaro-validation/lava-server/trunk X-Launchpad-Message-Rationale: Subscriber X-Launchpad-Branch-Revision-Number: 370 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 370: fix bug #1002526 by correcting the arguments to the {% url %} tag (Rafael Martins) Message-Id: <20120522041810.10917.67366.launchpad@ackee.canonical.com> Date: Tue, 22 May 2012 04:18:10 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="15275"; Instance="launchpad-lazr.conf" X-Launchpad-Hash: 9827a03d1d4464d296202b88a481c2850aa7d54c X-Gm-Message-State: ALoCoQkVgVk4eg8GMZkg2NjZzNTiJVE+QZHWuLC9YXGdUwdq8arwmhB0JSwi9DK2ygJZ9UQVpY4V Merge authors: Rafael Martins (rafaelmartins) Related merge proposals: https://code.launchpad.net/~rafaelmartins/lava-server/password-change-redirect/+merge/106716 proposed by: Rafael Martins (rafaelmartins) ------------------------------------------------------------ revno: 370 [merge] committer: Michael Hudson-Doyle branch nick: trunk timestamp: Tue 2012-05-22 16:16:43 +1200 message: fix bug #1002526 by correcting the arguments to the {% url %} tag (Rafael Martins) modified: lava_server/templates/registration/password_change_done.html --- lp:lava-server https://code.launchpad.net/~linaro-validation/lava-server/trunk You are subscribed to branch lp:lava-server. To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription === modified file 'lava_server/templates/registration/password_change_done.html' --- lava_server/templates/registration/password_change_done.html 2010-12-22 11:25:37 +0000 +++ lava_server/templates/registration/password_change_done.html 2012-05-21 22:12:33 +0000 @@ -18,7 +18,7 @@ - +