--- a/app/soc/models/role.py Sun Mar 22 14:52:38 2009 +0000
+++ b/app/soc/models/role.py Sun Mar 22 18:05:10 2009 +0000
@@ -307,6 +307,9 @@
verbose_name=ugettext('T-shirt Size'),
choices=('XXS', 'XS', 'S', 'M', 'L', 'XL', 'XXL', 'XXXL'))
tshirt_size.group = ugettext("4. Private Info")
+ tshirt_size.example_text = ugettext('See also '
+ '<a href="http://en.wikipedia.org/wiki/US_standard_clothing_size">'
+ 'this article</a>.')
#: Optional field indicating choice of t-shirt fit; kept private.
tshirt_style = db.StringProperty(