~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-05-27 21:03:22 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527210322-yv1o7vkwr9u25t34
Moved templates to the packages that use them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
  <browser:page
63
63
      for="zope.interface.Interface"
64
64
      name="+test-webservice-js"
65
 
      template="../../../canonical/launchpad/templates/test-webservice-js.pt"
 
65
      template="../templates/test-webservice-js.pt"
66
66
      permission="zope.Public"
67
67
      />
68
68