~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/translations/browser/translationimportqueue.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-20 13:01:44 UTC
  • mfrom: (13980.3.33 page-title-0)
  • Revision ID: launchpad@pqm.canonical.com-20110920130144-y6hc061u53bbokux
[rs=sinzui][bug=853919] Move page_titles into views.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
    max_series_to_display = 3
94
94
 
 
95
    page_title = 'Translation import queue entry'
 
96
 
95
97
    @property
96
98
    def initial_values(self):
97
99
        """Initialize some values on the form, when it's possible."""