~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Brad Crittenden
  • Date: 2011-06-06 20:42:44 UTC
  • mto: This revision was merged to the branch mainline in revision 13183.
  • Revision ID: bac@canonical.com-20110606204244-lxvbh8syn2wpxsdi
Fixed 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