Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kAZAL-0007JS-W0 for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Aug 2020 13:39:09 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1kAZAK-0004cV-M4 for pgadmin-hackers@arkaria.postgresql.org; Tue, 25 Aug 2020 13:39:08 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kAZAK-0004cN-Gf for pgadmin-hackers@lists.postgresql.org; Tue, 25 Aug 2020 13:39:08 +0000 Received: from mail-ed1-x541.google.com ([2a00:1450:4864:20::541]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1kAZAH-0004ou-UJ for pgadmin-hackers@postgresql.org; Tue, 25 Aug 2020 13:39:07 +0000 Received: by mail-ed1-x541.google.com with SMTP id l23so11256975edv.11 for ; Tue, 25 Aug 2020 06:39:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=sYweddzTxro73s0iwadl3lCWkogfH1OHuP1QilsUgs8=; b=qFxc1DN1QRP4mE0b5egCEtfot/5yu7Rg1iaazZOrppLOjTAZGHr3A1jL//MHWLwjTv Vvc2wQxiDHEYzn1wTwJ0IEEv75GGt9lxHx/1e4ONDT92AdnB3hSazzOzerk5AMGz/CaZ wNEZmdEMWeRD0Yg6BxCFVXkSHbBlopDmQTh+kUH6jMr5R8f3XexU5H/tZ+XcgL0I3/Ka jSvbvbcYEylTSLCdI8NWuqu36XbtQjTwn8OZNQYDC2CKz2WFUqpawlRMMvJ7uIBE1Y1t XYD0Dvn4Lm3af/jUwri54Tfk4v4V9k6mE4kUFMnC22r2PwEc6NKF0ob+toEXPHN2ScZM 3DqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=sYweddzTxro73s0iwadl3lCWkogfH1OHuP1QilsUgs8=; b=kvqwzMJVr7lwnSPukc/wLv+DcqJHPZ9Sl+g6ClpMkWNdOJtcPXzyttLLz5aK7jFaT3 iP/W/Yb9/U88b6iQTT+c0REw6V1rtFkNMMJF8CzPKXvi4PIPvltjfodR5MqOeFzajY9x A5Tzaj3IUsfg1Tpd5CLDhoG01UXumRrey9ABZUc/THGG01UU2kGTljNAVemAuD7wP8nE bBlq86XF4NSl8Vtf4l3KoQ+mvw2CRhoSad97L2e4vuWuyMVQFPVMe5qiKA5+eBa7plXg +6ot/qdQbosAVA/seAqIBYPsGae7qiAlr5Zf/YmB9ucUXcJg+EkBBsrHnvAXEzH3ucAn DE5w== X-Gm-Message-State: AOAM530DUG3mMi95BMPok5EVoB4nx392D6CAf1hvsb9sY8wfE3kkpHbn JN7lKAb7wMogBlZ7fbEF7SvzFsfWYStFFw0DKx8mG2a7wYhXLhRr X-Google-Smtp-Source: ABdhPJzCXhJyRHeESZYaDMFLLZ91BORc4GxzsWTjWXnX3RRR+GcPYF99LEtka5oAyygVKtDSM8cNIW4IyxVRUDt3MB4= X-Received: by 2002:a50:baa5:: with SMTP id x34mr2343944ede.370.1598362744070; Tue, 25 Aug 2020 06:39:04 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Tue, 25 Aug 2020 14:38:52 +0100 Message-ID: Subject: Re: [pgAdmin][RM5990]: Update the style guide on pgAdmin4 website To: Nikhil Mohite Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="0000000000009532dd05adb3d313" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --0000000000009532dd05adb3d313 Content-Type: text/plain; charset="UTF-8" Hi On Tue, Aug 25, 2020 at 12:49 PM Nikhil Mohite < nikhil.mohite@enterprisedb.com> wrote: > > PFA v5 patch for the same. > > if required any updates in this please let me know. > Hmm, yeah - that doesn't work for me I'm afraid; it's mixing content with code. The titles should be defined in the HTML pages themselves. We do that everywhere else by including a template block like the following in the lowest level content: {% block title %}Contributing{% endblock %} And then in base.html: {% block title %}{% endblock %} -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EDB: http://www.enterprisedb.com --0000000000009532dd05adb3d313 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hi

On Tue, Aug 25, 2020 at 12:49 PM Nikhil= Mohite <nikhil.mohite= @enterprisedb.com> wrote:

PFA v5 patch for the same.

if required any u= pdates in this please let me know.

<= /div>
Hmm, yeah - that doesn't work for me I'm afraid; it's= mixing content with code.

The titles should be de= fined in the HTML pages themselves. We do that everywhere else by including= a template block like the following in the lowest level content:

{% block title %}Contributing{% endblock %}

<= /div>
And then in base.html:

<title>{% b= lock title %}{% endblock %}</title>

-- =
Dave PageBlog: http://pg= snake.blogspot.com
Twitter: @pgsnake

EDB: http://www.enterprisedb.com
<= br>
--0000000000009532dd05adb3d313--