~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/templates/launchpad-forbidden-macros.pt

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-12 21:26:39 UTC
  • mfrom: (13917.1.2 404s-confuzzle-me)
  • Revision ID: launchpad@pqm.canonical.com-20110912212639-13pxxgb82vd2mt67
[r=jtv][bug=777797] Update 404 message to explain why it might be
 caused.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <p>
7
7
    Sorry, you don't have permission to access this page.
8
8
  </p>
9
 
  <p tal:condition="request/lp:person">
 
9
  <div tal:condition="request/lp:person">
 
10
  <p>
10
11
    You are logged in as <span tal:content="request/lp:person/title" />.
11
12
  </p>
 
13
  </div>
12
14
  <p tal:condition="not: request/lp:person">
13
15
    You are not logged in.
14
16
  </p>