~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[r=gmb][bug=837975] Add two fields to distro's +add and +edit pages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
 
147
147
    @action('Change', name='change')
148
148
    def edit(self, action, data):
 
149
        self.change_archive_fields(data)
149
150
        self.updateContextFromData(data)