90
90
class AdminMergeBaseView(LaunchpadFormView):
91
91
"""Base view for the pages where admins can merge people/teams."""
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