From patchwork Tue Jul 12 02:40:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zygmunt Krynicki X-Patchwork-Id: 2648 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 967C923F56 for ; Tue, 12 Jul 2011 02:40:54 +0000 (UTC) Received: from mail-qw0-f52.google.com (mail-qw0-f52.google.com [209.85.216.52]) by fiordland.canonical.com (Postfix) with ESMTP id 52851A1873D for ; Tue, 12 Jul 2011 02:40:54 +0000 (UTC) Received: by qwb8 with SMTP id 8so3101712qwb.11 for ; Mon, 11 Jul 2011 19:40:53 -0700 (PDT) Received: by 10.229.217.3 with SMTP id hk3mr2813444qcb.38.1310438453775; Mon, 11 Jul 2011 19:40:53 -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.229.217.78 with SMTP id hl14cs226734qcb; Mon, 11 Jul 2011 19:40:53 -0700 (PDT) Received: by 10.227.69.194 with SMTP id a2mr4812295wbj.57.1310438452844; Mon, 11 Jul 2011 19:40:52 -0700 (PDT) Received: from adelie.canonical.com (adelie.canonical.com [91.189.90.139]) by mx.google.com with ESMTP id ek19si27162992wbb.106.2011.07.11.19.40.52; Mon, 11 Jul 2011 19:40:52 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) client-ip=91.189.90.139; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of bounces@canonical.com designates 91.189.90.139 as permitted sender) smtp.mail=bounces@canonical.com Received: from loganberry.canonical.com ([91.189.90.37]) by adelie.canonical.com with esmtp (Exim 4.71 #1 (Debian)) id 1QgSu4-00005E-0I for ; Tue, 12 Jul 2011 02:40:52 +0000 Received: from loganberry.canonical.com (localhost [127.0.0.1]) by loganberry.canonical.com (Postfix) with ESMTP id EF7362E8060 for ; Tue, 12 Jul 2011 02:40:51 +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: 199 X-Launchpad-Notification-Type: branch-revision To: Linaro Patch Tracker From: noreply@launchpad.net Subject: [Branch ~linaro-validation/lava-server/trunk] Rev 199: Tweak tag content Message-Id: <20110712024051.924.66651.launchpad@loganberry.canonical.com> Date: Tue, 12 Jul 2011 02:40:51 -0000 Reply-To: noreply@launchpad.net Sender: bounces@canonical.com Errors-To: bounces@canonical.com Precedence: bulk X-Generated-By: Launchpad (canonical.com); Revision="13388"; Instance="initZopeless config overlay" X-Launchpad-Hash: 6c9008f69defdc2bc25c916fbf9307d8ab25b149 ------------------------------------------------------------ revno: 199 committer: Zygmunt Krynicki <zygmunt.krynicki@linaro.org> branch nick: trunk timestamp: Sat 2011-07-09 16:25:11 +0200 message: Tweak <title/> tag content modified: lava_server/templates/layouts/base.html lava_server/templates/layouts/content.html lava_server/templates/registration/base.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/layouts/base.html' --- lava_server/templates/layouts/base.html 2011-07-08 02:56:22 +0000 +++ lava_server/templates/layouts/base.html 2011-07-09 14:25:11 +0000 @@ -3,21 +3,18 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="{{ LANGUAGE_CODE }}" xml:lang="{{ LANGUAGE_CODE }}" {% if LANGUAGE_BIDI %}dir="rtl"{% endif %}> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> - <title>{% block title %}{% endblock %} + {% block title %}LAVA{% endblock %} {% block scripts_and_styles %} {% endblock %} - {% block extrahead %}{% endblock %} {% block ajax_notification %} -
+
{% trans "AJAX request is in progress..." %}
=== modified file 'lava_server/templates/layouts/content.html' --- lava_server/templates/layouts/content.html 2011-07-08 02:56:22 +0000 +++ lava_server/templates/layouts/content.html 2011-07-09 14:25:11 +0000 @@ -2,11 +2,6 @@ {% load i18n %} -{% block title %} -{% trans "LAVA" %} -{% endblock %} - - {% block body %} === modified file 'lava_server/templates/registration/base.html' --- lava_server/templates/registration/base.html 2011-07-08 02:56:22 +0000 +++ lava_server/templates/registration/base.html 2011-07-09 14:25:11 +0000 @@ -2,7 +2,7 @@ {% load i18n %} -{% block title %}{% trans "Account management" %}{% endblock %} +{% block title %}{{ block.super }} | {% trans "Account management" %}{% endblock %} {% block scripts_and_styles %}