app/soc/models/group.py
changeset 1961 85a57ba6f6fa
parent 1877 93dfd2d40c0b
child 2053 a614b9d4821e
equal deleted inserted replaced
1960:64fa3cf03b4e 1961:85a57ba6f6fa
   127   #: supplied to shippers along with the shipping address; kept private.
   127   #: supplied to shippers along with the shipping address; kept private.
   128   phone = db.PhoneNumberProperty(required=True,
   128   phone = db.PhoneNumberProperty(required=True,
   129       verbose_name=ugettext('Phone Number'))
   129       verbose_name=ugettext('Phone Number'))
   130   phone.help_text = ugettext(
   130   phone.help_text = ugettext(
   131       'include complete international calling number with country code')
   131       'include complete international calling number with country code')
       
   132   phone.example_text = ugettext(
       
   133       "e.g. 1650253000 for Google's Corp HQ number in the United States")
   132 
   134 
   133   #====================================================================
   135   #====================================================================
   134   # (private) shipping information
   136   # (private) shipping information
   135   #====================================================================
   137   #====================================================================
   136 
   138