~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/browser/distroarchseries.py

  • Committer: Francis J. Lacoste
  • Date: 2011-12-06 20:10:56 UTC
  • mfrom: (14448 devel)
  • mto: This revision was merged to the branch mainline in revision 14474.
  • Revision ID: francis.lacoste@canonical.com-20111206201056-jk8q5euywtd4vqk7
Merge devel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
87
87
    """Default DistroArchSeries view class."""
88
88
    implements(IDistroArchSeriesActionMenu)
89
89
 
 
90
    @property
 
91
    def page_title(self):
 
92
        return self.context.title
 
93
 
90
94
 
91
95
class DistroArchSeriesAddView(LaunchpadFormView):
92
96