~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/browser/product.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-06-08 16:34:35 UTC
  • mfrom: (13163.1.5 bug-789383)
  • Revision ID: launchpad@pqm.canonical.com-20110608163435-ttiot3ngrj56urru
[r=gmb][bug=789383] Fixed Bug userCanView to handle anonymous users
        correctly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1150
1150
                self.context.name).css_id(),
1151
1151
            edit_view='+review-license',
1152
1152
            tag='span',
1153
 
            false_text='Deactivted',
 
1153
            false_text='Deactivated',
1154
1154
            true_text='Active',
1155
1155
            header='Is this project active and usable by the community?')
1156
1156