~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Aaron Bentley
  • Date: 2011-07-01 11:27:27 UTC
  • mto: (13316.14.3 getnewcache)
  • mto: This revision was merged to the branch mainline in revision 13548.
  • Revision ID: aaron@canonical.com-20110701112727-hz6kfnwf1c29opo3
Fix pages broken by assuming LaunchpadView.

Show diffs side-by-side

added added

removed removed

Lines of Context:
262
262
        return Link('+changelog', text, icon="info")
263
263
 
264
264
 
265
 
class DistributionSourcePackageBaseView:
 
265
class DistributionSourcePackageBaseView(LaunchpadView):
266
266
    """Common features to all `DistributionSourcePackage` views."""
267
267
 
268
268
    def releases(self):
618
618
    cancel_url = next_url
619
619
 
620
620
 
621
 
class DistributionSourcePackageHelpView:
 
621
class DistributionSourcePackageHelpView(LaunchpadView):
622
622
    """A View to show Answers help."""
623
623
 
624
624
    page_title = 'Help and support options'