From patchwork Fri Aug 19 04:21:15 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 3538 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 BB30423E54 for ; Fri, 19 Aug 2011 04:21:22 +0000 (UTC) Received: from mail-gx0-f180.google.com (mail-gx0-f180.google.com [209.85.161.180]) by fiordland.canonical.com (Postfix) with ESMTP id 8B810A183CE for ; Fri, 19 Aug 2011 04:21:22 +0000 (UTC) Received: by gxk10 with SMTP id 10so2827472gxk.11 for ; Thu, 18 Aug 2011 21:21:22 -0700 (PDT) Received: by 10.150.2.16 with SMTP id 16mr1711456ybb.333.1313727680674; Thu, 18 Aug 2011 21:21:20 -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.150.157.17 with SMTP id f17cs81950ybe; Thu, 18 Aug 2011 21:21:20 -0700 (PDT) Received: by 10.227.27.225 with SMTP id j33mr1312570wbc.2.1313727675901; Thu, 18 Aug 2011 21:21:15 -0700 (PDT) Received: from indium.canonical.com (indium.canonical.com [91.189.90.7]) by mx.google.com with ESMTPS id ge14si7369456wbb.50.2011.08.18.21.21.15 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 18 Aug 2011 21:21:15 -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 1QuGa3-0000NG-7j for ; Fri, 19 Aug 2011 04:21:15 +0000 Received: from ackee.canonical.com (localhost [127.0.0.1]) by ackee.canonical.com (Postfix) with ESMTP id 31071E0149 for ; Fri, 19 Aug 2011 04:21:15 +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: 229 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 229: Slight changes to auth tokens template Message-Id: <20110819042115.16581.5765.launchpad@ackee.canonical.com> Date: Fri, 19 Aug 2011 04:21:15 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13697"; Instance="initZopeless config overlay" X-Launchpad-Hash: b81a6bbe06c2be8426f6ecd0c4dd6ead92b44e66 ------------------------------------------------------------ revno: 229 committer: Zygmunt Krynicki branch nick: pristine timestamp: Thu 2011-08-18 17:01:52 +0200 message: Slight changes to auth tokens template modified: lava_server/templates/linaro_django_xmlrpc/tokens.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/linaro_django_xmlrpc/tokens.html' --- lava_server/templates/linaro_django_xmlrpc/tokens.html 2011-07-13 10:24:17 +0000 +++ lava_server/templates/linaro_django_xmlrpc/tokens.html 2011-08-18 15:01:52 +0000 @@ -20,25 +20,21 @@ {% block content %} -

Authentication Tokens

-

- Authentication tokens allow scripts - using lava-tool to - securely access LAVA resources. -

-

You can create a new authentication token.

+ @@ -74,3 +70,13 @@
+ Available authentication tokens for {{ request.user.username }} +
ID
{% endblock %} + + +{% block sidebar %} +

+ Authentication tokens allow scripts + using lava-tool to + securely access LAVA resources. +

+

You can create a new authentication token.

+{% endblock %}