~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
385
385
            # The team's mailing list can be used as the contact
386
386
            # address. However we need to change the title of the
387
387
            # corresponding term to include the list's email address.
388
 
            title = ('The Launchpad mailing list for this team - '
389
 
                     '<strong>%s</strong>' % self.mailinglist_address)
 
388
            title = structured(
 
389
                'The Launchpad mailing list for this team - '
 
390
                '<strong>%s</strong>', self.mailinglist_address)
390
391
            hosted_list_term = SimpleTerm(
391
392
                TeamContactMethod.HOSTED_LIST,
392
393
                TeamContactMethod.HOSTED_LIST.name, title)