Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/bug-637232 into lp:loco-directory.
Requested reviews: loco-directory-dev (loco-directory-dev) Related bugs: #637232 Change URL of Mugshot in /teams/models.py to Team Logo https://bugs.launchpad.net/bugs/637232 -- https://code.launchpad.net/~chrisjohnston/loco-directory/bug-637232/+merge/35307 Your team loco-directory-dev is requested to review the proposed merge of lp:~chrisjohnston/loco-directory/bug-637232 into lp:loco-directory.
=== modified file 'loco_directory/locale/loco-directory.pot' --- loco_directory/locale/loco-directory.pot 2010-09-11 20:07:35 +0000 +++ loco_directory/locale/loco-directory.pot 2010-09-13 17:11:43 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-09-11 20:06+0000\n" +"POT-Creation-Date: 2010-09-13 17:08+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <em...@address>\n" "Language-Team: LANGUAGE <[email protected]>\n" @@ -287,7 +287,7 @@ msgstr "" #: teams/models.py:86 -msgid "URL of mugshot" +msgid "Team Logo" msgstr "" #: teams/models.py:88 === modified file 'loco_directory/teams/models.py' --- loco_directory/teams/models.py 2010-09-02 13:34:30 +0000 +++ loco_directory/teams/models.py 2010-09-13 17:11:43 +0000 @@ -83,7 +83,7 @@ owner_profile = models.ForeignKey(UserProfile, related_name='owner', null=True) admin_profiles = models.ManyToManyField(UserProfile, related_name='admins') contact_profiles = models.ManyToManyField(UserProfile, related_name='contacts') - mugshot_url = models.URLField(_("URL of mugshot"), verify_exists=False, null=True, blank=True) + mugshot_url = models.URLField(_("Team Logo"), verify_exists=False, null=True, blank=True) languages = models.ManyToManyField(Language) flickr_id = models.CharField(_("Flickr User ID"), max_length=20, null=True, blank=True, help_text=_("To get your Flickr user id go to http://idgettr.com. Ex. 47353...@n03"))
_______________________________________________ Mailing list: https://launchpad.net/~loco-directory-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~loco-directory-dev More help : https://help.launchpad.net/ListHelp

