~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Julian Edwards
  • Date: 2011-06-06 11:49:08 UTC
  • mfrom: (7675.1045.467 db-devel)
  • mto: This revision was merged to the branch mainline in revision 13205.
  • Revision ID: julian.edwards@canonical.com-20110606114908-30jm0009t79ewsad
merge db-devel, there are some test failures as a result

Show diffs side-by-side

added added

removed removed

Lines of Context:
1040
1040
            class="lp.registry.browser.person.PersonCodeOfConductEditView"
1041
1041
            template="../templates/person-codesofconduct.pt"/>
1042
1042
        <browser:page
1043
 
            name="+editwikinames"
1044
 
            for="lp.registry.interfaces.person.IPerson"
1045
 
            permission="launchpad.Edit"
1046
 
            class="lp.registry.browser.person.PersonEditWikiNamesView"
1047
 
            template="../templates/person-editwikinames.pt"/>
1048
 
        <browser:page
1049
1043
            name="+editircnicknames"
1050
1044
            for="lp.registry.interfaces.person.IPerson"
1051
1045
            permission="launchpad.Edit"