app/soc/models/group.py
changeset 385 6d410bf49a82
parent 363 d35ffa6ca643
child 402 021e86368600
--- a/app/soc/models/group.py	Sat Oct 18 17:49:46 2008 +0000
+++ b/app/soc/models/group.py	Sat Oct 18 21:54:13 2008 +0000
@@ -114,7 +114,7 @@
   #: text, because, if supplied, it is used as a shipping address.
   postalcode = db.StringProperty(required=True,
       verbose_name=ugettext_lazy('ZIP/Postal Code'))
-  postalcode.help_text=ugettext_lazy('lower ASCII characters only')
+  postalcode.help_text = ugettext_lazy('lower ASCII characters only')
 
   #: Required contact phone number that will be, amongst other uses,
   #: supplied to shippers along with the shipping address; kept private.