--- a/app/soc/models/group.py Fri Mar 20 21:11:23 2009 +0000
+++ b/app/soc/models/group.py Fri Mar 20 21:16:15 2009 +0000
@@ -129,6 +129,8 @@
verbose_name=ugettext('Phone Number'))
phone.help_text = ugettext(
'include complete international calling number with country code')
+ phone.example_text = ugettext(
+ "e.g. 1650253000 for Google's Corp HQ number in the United States")
#====================================================================
# (private) shipping information
--- a/app/soc/models/role.py Fri Mar 20 21:11:23 2009 +0000
+++ b/app/soc/models/role.py Fri Mar 20 21:16:15 2009 +0000
@@ -227,6 +227,8 @@
verbose_name=ugettext('Phone Number'))
phone.help_text = ugettext(
'include complete international calling number with country code')
+ phone.example_text = ugettext(
+ "e.g. 1650253000 for Google's Corp HQ number in the United States")
phone.group = ugettext("2. Contact Info (Private)")
#: field storing whether the User has agreed to publish his location