~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/browser/configure.zcml

  • Committer: William Grant
  • Date: 2011-12-30 08:13:14 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230081314-f73f4ozgkzdi5xqb
More stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
 
318
318
  <!-- TimeoutError -->
319
319
  <browser:page
320
 
      for="canonical.lazr.timeout.TimeoutError"
 
320
      for="lp.services.timeout.TimeoutError"
321
321
      name="index.html"
322
322
      permission="zope.Public"
323
323
      template="../templates/launchpad-requestexpired.pt"