~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2010-07-17 01:36:13 UTC
  • mfrom: (11118.3.7 delete-unused-0)
  • Revision ID: launchpad@pqm.canonical.com-20100717013613-83swqs1b4046fjpw
[r=bac][ui=none][bug 241631,
        605084] Delete unused images and support code from Lp 1.0 and 2.0.
        Delete delete StructuralObject*. Delete unused pagetitles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
class AdminMergeBaseView(LaunchpadFormView):
91
91
    """Base view for the pages where admins can merge people/teams."""
92
92
 
 
93
    page_title = 'Merge Launchpad accounts'
93
94
    # Both subclasses share the same template so we need to define these
94
95
    # variables (which are used in the template) here rather than on
95
96
    # subclasses.