~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Danilo Segan
  • Date: 2011-08-25 19:48:19 UTC
  • mto: This revision was merged to the branch mainline in revision 13796.
  • Revision ID: danilo@canonical.com-20110825194819-ajky3x2wdv86v0w5
Fix test failures.

Show diffs side-by-side

added added

removed removed

Lines of Context:
400
400
        <browser:page
401
401
            name="+upload"
402
402
            for="lp.translations.interfaces.potemplate.IPOTemplate"
403
 
            permission="launchpad.Edit"
 
403
            permission="launchpad.TranslationsAdmin"
404
404
            template="../templates/potemplate-upload.pt"
405
405
            class="lp.translations.browser.potemplate.POTemplateUploadView"
406
406
            layer="lp.translations.publisher.TranslationsLayer"/>