Chris Johnston has proposed merging lp:~chrisjohnston/loco-directory/722565
into lp:loco-directory.
Requested reviews:
loco-directory-dev (loco-directory-dev)
Related bugs:
#722565 Comment this Event is poor wording
https://bugs.launchpad.net/bugs/722565
For more details, see:
https://code.launchpad.net/~chrisjohnston/loco-directory/722565/+merge/50842
--
https://code.launchpad.net/~chrisjohnston/loco-directory/722565/+merge/50842
Your team loco-directory-dev is requested to review the proposed merge of
lp:~chrisjohnston/loco-directory/722565 into lp:loco-directory.
=== modified file 'loco_directory/events/models.py'
--- loco_directory/events/models.py 2011-02-01 21:28:20 +0000
+++ loco_directory/events/models.py 2011-02-23 00:56:23 +0000
@@ -180,7 +180,7 @@
team_event = models.ForeignKey(TeamEvent, help_text=_('the Team Event'))
date_created = models.DateTimeField(help_text=_('the date and time when the event comment was created'), default=datetime.datetime.now(), db_index=True)
commenter_profile = models.ForeignKey(UserProfile, null=True)
- comment = models.TextField(help_text=_('Comment this Event'), db_index=True)
+ comment = models.TextField(help_text=_('Enter your comment for this event.'), db_index=True)
def get_local_created(self):
if self.team_event.venue:
_______________________________________________
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